Multiple use calls within Suspense components cause cross-boundary rendering issues with other Suspense components
I’m encountering an issue in React 19 when using the use hook inside multiple Suspense boundaries, I have two components, and , that are supposed to behave similarly, but they exhibit different rendering behaviors when rendering items wrapped in Suspense