Added the official solid-router, followed the docs, now nothing loads
I'm very new to Solid but I had a working SPA (I'm using vite and plain JS) until I added the official solid-router, followed all the steps in the docs, and now none of my components load. Feeling pretty frustrated and hoping someone can help!
index.jsx
App.jsx
Hopefully someone can point me in the right direction!
1 Reply
Turns out I just needed some time away from it!
>> npm outdated
>> npm update solid-devtools solid-js vite vite-plugin-solid
Problem fixed!