Use <Suspense>
instead of loaded
state hook
#100
Labels
kind/refactoring
Code improvements that don't add or change features
<Suspense>
instead of loaded
state hook
#100
We've implemented the loading state for components with the
loaded
state hook, but the newer way to implement it from React v18 is using Suspense.https://beta.reactjs.org/reference/react/Suspense
In the long term, consider migrating to Suspense in our React components.
The text was updated successfully, but these errors were encountered: