We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c3c54 commit ef9a5e8Copy full SHA for ef9a5e8
exercises/05.actions/04.problem.revalidation/ui/index.js
@@ -82,7 +82,7 @@ function Root() {
82
const [contentKey, setContentKey] = useState(initialContentKey)
83
const [isPending, startTransition] = useTransition()
84
85
- // 🐨 add a useEffect here that reassigns updateConentKey to a function that
+ // 🐨 add a useEffect here that reassigns updateContentKey to a function that
86
// accepts a newContentKey and calls setContentKey(newContentKey) in a startTransition
87
88
const location = useDeferredValue(nextLocation)
0 commit comments