Solid Router 0.10.x double render of App
<App>
it gets rendered twice, whereas if I just have <>...</>
it renders fine.
This causes double rendering (two 'standard-grid' divs, two menus etc).
This works (but adding the div inside the <> causes it to render double again.
Router is setup very simply with <Router root={App}>...
0 Replies