Skip to content

Commit fd7099a

Browse files
authored
Update scaling-up-with-reducer-and-context.md
1 parent b4a7d5a commit fd7099a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

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

688-
<<<<<<< HEAD
689688
대신 필요한 컴포넌트에서는 `TaskContext`에서 `tasks` 리스트를 읽을 수 있습니다.
690-
=======
691-
Instead, any component that needs the task list can read it from the `TasksContext`:
692-
>>>>>>> 341c312916e1b657262bbe14b134a6f1779fecf1
693689

694690
```js {2}
695691
export default function TaskList() {

0 commit comments

Comments
 (0)