Issue with nested routes
When navigating to
When clicking on
It seems the nested
Any ideas how such a nested router/routes structure can be achieved?
/app-1/items in the following example the Items component is rendered correctly: https://stackblitz.com/edit/solidjs-templates-huocfk?file=src%2FApp.tsxWhen clicking on
Settings in the menu, the Settings component is not rendered. It is rendered when reloading the page though.It seems the nested
Router is not notified about the location change.Any ideas how such a nested router/routes structure can be achieved?
