mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
In the paragraph: ``` You can wrap an update into a transition only if you have access to the set function of that state. If you want to start a transition in response to some prop or a custom Hook return value, try useDeferredValue instead. ``` The "useDeferredValue" link pointed to "usedeferredvalue" which is an invalid URL, this commit fixes that.