Skip to content

Commit cd92555

Browse files
merging all conflicts
2 parents 1539aab + 341c312 commit cd92555

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
@@ -686,7 +686,11 @@ Artık görevlerin listesini veya olay yöneticilerini hiyerarşi boyunca iletme
686686
</TasksContext>
687687
```
688688
689+
<<<<<<< HEAD
689690
Bunun yerine, görev listesine ihtiyaç duyan herhangi bir bileşen bunu `TaskContext`'ten okuyabilir:
691+
=======
692+
Instead, any component that needs the task list can read it from the `TasksContext`:
693+
>>>>>>> 341c312916e1b657262bbe14b134a6f1779fecf1
690694
691695
```js {2}
692696
export default function TaskList() {

0 commit comments

Comments
 (0)