File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function Page() {
3131
3232### Rendering Arrays with Specific Separators
3333
34- <SplitView
34+ <SplitView
3535left-title="without-react-simplikit.tsx"
3636right-title="with-react-simplikit.tsx">
3737
@@ -46,6 +46,7 @@ function Page() {
4646 <>
4747 { texts .map ((text , idx ) => (
4848 <Fragment key = { text } >
49+ <div >{ text } </div >
4950 { idx < texts .length - 1 ? (
5051 <Border type = " padding24" />
5152 ) : null }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function Page() {
3131
3232### 특정 요소로 구분하여 배열 렌더링하기
3333
34- <SplitView
34+ <SplitView
3535left-title="without-react-simplikit.tsx"
3636right-title="with-react-simplikit.tsx">
3737
@@ -46,6 +46,7 @@ function Page() {
4646 <>
4747 { texts .map ((text , idx ) => (
4848 <Fragment key = { text } >
49+ <div >{ text } </div >
4950 { idx < texts .length - 1 ? (
5051 <Border type = " padding24" />
5152 ) : null }
You can’t perform that action at this time.
0 commit comments