Skip to content

Commit b4a7d5a

Browse files
merging all conflicts
2 parents 94abe39 + 341c312 commit b4a7d5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/learn/scaling-up-with-reducer-and-context.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,11 @@ ul, li { margin: 0; padding: 0; }
685685
</TasksContext>
686686
```
687687

688+
<<<<<<< HEAD
688689
대신 필요한 컴포넌트에서는 `TaskContext`에서 `tasks` 리스트를 읽을 수 있습니다.
690+
=======
691+
Instead, any component that needs the task list can read it from the `TasksContext`:
692+
>>>>>>> 341c312916e1b657262bbe14b134a6f1779fecf1
689693
690694
```js {2}
691695
export default function TaskList() {

0 commit comments

Comments
 (0)