ssr: false breaks "vinxi dev"
I am using the "start-basic" example. When marking the users.index.tsx with
ssr: false
the entire route disappears when running the app with npm run dev
(which is vinxi dev
). Is this broken in vinxi or is this an issue with tanstack/router|start? When using vinxi build and then running it with node it works.
It looks like the vite plugin crashes with a known error, but even full page reloads, cache clearing and re-running npm run dev does not fix it:
0 Replies