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 461b93c commit d05b52dCopy full SHA for d05b52d
exercises/02.side-effects/01.problem.effects/index.tsx
@@ -19,7 +19,7 @@ function App() {
19
20
// 🐨 add a useEffect(() => {}, []) call here (we'll talk about that empty array later)
21
// 🐨 in the useEffect callback, subscribe to window's popstate event
22
- // 🐨 if that doesn't make sense to you... don't worry, it's supposed to be broken!
+ // 🦉 if that doesn't make sense to you... don't worry, it's supposed to be broken! We'll fix it next
23
// 🐨 your event handler should call setQuery to getQueryParam()
24
// 📜 https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener
25
0 commit comments