We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
root
It appears that when using react, the root always contains a text node, even though you didn't render one
to reproduce:
checkout the rd/text-node branch and run pnpm run example:kitchen-sink, open the browser and select react.
rd/text-node
pnpm run example:kitchen-sink
You'll see that in addition to the ui-stack, root.children also has an empty text node.
ui-stack
root.children
The text was updated successfully, but these errors were encountered:
Just noticed that this doesn't occur when you select the iframe as remote env, only in the web worker
Sorry, something went wrong.
lemonmade
No branches or pull requests
It appears that when using react, the
root
always contains a text node, even though you didn't render oneto reproduce:
checkout the
rd/text-node
branch and runpnpm run example:kitchen-sink
, open the browser and select react.You'll see that in addition to the
ui-stack
,root.children
also has an empty text node.The text was updated successfully, but these errors were encountered: