Browse Source

fix(reference-react): typo (#4631)

Signed-off-by: Jie Peng <im@jiepeng.me>
main
Jie Peng 3 years ago
committed by GitHub
parent
commit
dfe5080e2b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/reference-react.md

2
content/docs/reference-react.md

@ -389,6 +389,6 @@ React.startTransition(callback)
>
> Updates in a transition yield to more urgent updates such as clicks.
>
> Updates in a transitions will not show a fallback for re-suspended content, allowing the user to continue interacting while rendering the update.
> Updates in a transition will not show a fallback for re-suspended content, allowing the user to continue interacting while rendering the update.
>
> `React.startTransition` does not provide an `isPending` flag. To track the pending status of a transition see [`React.useTransition`](/docs/hooks-reference.html#usetransition).

Loading…
Cancel
Save