reactjs / react.dev

The React documentation website
https://react.dev/
Creative Commons Attribution 4.0 International
10.97k stars 7.5k forks source link

Concurrent UI Patterns CodeSandbox Examples Not Functional #4533

Open Tristan10 opened 2 years ago

Tristan10 commented 2 years ago

There is an issue with the CodeSandbox examples in the Concurrent UI Patterns article. It seems like the useTransition hook's isPending gets stuck as true, causing the examples to not function correctly.

gaearon commented 2 years ago

A lot of the information on that page is outdated, and sandboxes are likely using wrong versions of React. How did you find that page?