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.
You'll see that in addition to the ui-stack, root.children also has an empty text node.
It appears that when using react, the
rootalways contains a text node, even though you didn't render oneto reproduce:
checkout the
rd/text-nodebranch and runpnpm run example:kitchen-sink, open the browser and select react.You'll see that in addition to the
ui-stack,root.childrenalso has an empty text node.