We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a25196 commit 4d40b86Copy full SHA for 4d40b86
exercises/03.use-effect/01.problem.callback/index.tsx
@@ -67,7 +67,7 @@ function render(newPhase: Phase) {
67
// 🐨 wrap this in flushSync
68
appRoot.render(<Counter />)
69
70
- // 🐨 add a for of loop for all the effects and call their callbacks,
+ // 🐨 add a for of loop for all the effects and call their callbacks,
71
// making sure to skip over any undefined effects
72
}
73
0 commit comments