root fragment causes inconsistent mount
fabiancook opened this issue · 3 comments
fabiancook commented
Only the final value of the fragment is mounted when using dom
fabiancook commented
e.g.
<>
<header>Header</header>
<main>Main</main>
<footer>Footer</footer>
</>
header
is removed when main
is mounted, and main
is removed when footer
is mounted.
fabiancook commented
This may be related too #15 (comment)
fabiancook commented
DOM should be excluded from the default functionality of x
and instead be included as a demo.
Each component may need a different dom implementation which can take into consideration how interaction and events are consumed.