Browse Source

Fix a typo (#4870)

main
Theviyanthan Krishnamohan 3 years ago
committed by GitHub
parent
commit
efbe84e52d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/hooks-reference.md

2
content/docs/hooks-reference.md

@ -609,7 +609,7 @@ function App() {
>
> 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. This allows the user to continue interacting with the current content while rendering the update.
> Updates in a transition will not show a fallback for re-suspended content. This allows the user to continue interacting with the current content while rendering the update.
### `useId` {#useid}

Loading…
Cancel
Save