react-nil
react-nil copied to clipboard
Async components?
trafficstars
It would be awesome if the package supported RSC.
For now, it's throwing an error:
Objects are not valid as a React child (found: [object Promise]).
If you meant to render a collection of children, use an array instead.
This needs https://github.com/facebook/react/pull/25634 which requires React 18.3.0. We can bundle it if we're sure it won't harm previous versions to make package managers happy.
Tried with [email protected].
It's started working with some fixes, but async components not working. Act hangs somewhere deep in the reconciler.