Route layout not define
What does this mean and how can i fix it. I am using storybook and i realize if there is an A tag in the component i get this error in my storybook.
4 Replies
Hmm can you show a full repro?
This is basically the component
this is the storybook code
without the A tag it works. In solidjs all i need is wrapper a Router,
now this is solid start. Not sure what to wrap
Yeah the solid-start Link needs to be aware of the routes that are generated by the compiler: $ROUTE_CONFIG is that..
storybook is not gonna include the vite plugins we have
thhat do this
We will need to figure out how to get proper storybook support for the router parts
So, what do you suggest I do at this point?
using the normal HTML a tag works.