Render error using body tag in tsx #809
Labels
area: core
Core
bug
Something isn't working
needs back-port
The fix requires back porting to one or more previous major versions
Bug
Using the
<body>
tag in a .tsx file to attach nodes to the document body causes a render error in some circumstancesPackage Version: @dojo/[email protected]
Code
See https://codesandbox.io/s/practical-field-g8on4?file=/src/main.tsx
Expected behavior:
No error, appropriate elements attached to document body.
Actual behavior:
Missing nodes, sibling elements in reverse order
Error in browser console:
The text was updated successfully, but these errors were encountered: