Open
Description
React version: 18.0.0-alpha-9f88b5355-20210728
Steps To Reproduce
See repo https://github.com/maraisr/react-suspense-repro
Link to code example:
https://github.com/maraisr/react-suspense-repro
The current behavior
react hydrateRoot is stacking dom trees
will note here that Suspense
obviously isnt needed that as nothing is async. I can illustrate here as well if you require a demo with the Suspense needing to do something??
The expected behavior
react hydrateRoot to not stack dom trees