Nested routing not working
One video is with npm, the other with pnpm
Both not working, what am I doing wrong?
cat.tsx
/cat/index.tsx
/cat/dog.tsx
1 Reply
This is a known issue with rendering only text node inside a fragment. Take a look at this. https://github.com/solidjs/solid-start/issues/776
I believe if you wrap your text inside real dom nodes (aka div) it would work.