Skip to content

Commit 0031ea0

Browse files
committed
docs: remove unnecessary English from Context example
1 parent 7a88505 commit 0031ea0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/learn/passing-data-deeply-with-context.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,8 +1024,6 @@ li {
10241024
10251025
`Context.js``ImageSizeContext`를 생성하고 내보냅니다. 리스트를 `<ImageSizeContext.Provider value={imageSize}>`로 감싸 값을 아래로 전달하고 `useContext(ImageSizeContext)``PlaceImage`에서 그것을 읽습니다.
10261026
1027-
Create and export `ImageSizeContext` from `Context.js`. Then wrap the List into `<ImageSizeContext value={imageSize}>` to pass the value down, and `useContext(ImageSizeContext)` to read it in the `PlaceImage`:
1028-
10291027
<Sandpack>
10301028
10311029
```js src/App.js

0 commit comments

Comments
 (0)