Why the variable “status” keep unchange?
My code link is here.
Why the “Loading” component are not shown?
This is my first time using the React.Suspense
component.
But the “Loading” component is not shown.
A component was suspended by an uncached promise. Creating promises inside a Client Component or hook is not yet supported, except via a Suspense-
A component was suspended by an uncached promise. Creating promises inside a Client Component or hook is not yet supported, except via a Suspense-compatible library or framework.
React Suspense causes lots of renders
I am lazy loading a component based on two ids that sit in the Context.