Failed to resolve dependency: @tanstack/react-store
I've just tried to update to the latest version of TSS following this guide: https://github.com/TanStack/router/discussions/2863
When I start the vite dev server I get:
The weird messages specifically are:
Before I try to create a repro repo, does anyone know why
client
and ssr
are still visible even though they were removed as part of a step? I've removed all node_modules
and .tanstack
folders and pnpm install
and pnpm dev
.GitHub
Start BETA - Tracking · TanStack router · Discussion #2863
Tracking any important changes for TanStack Start during the BETA period. If you are coming from the ALPHA of TanStack Start, you can see all the breaking changes that were made here - #2403
2 Replies
flat-fuchsia•2mo ago
thats just a warning
ignore that for now please
we'll fix that
rising-crimsonOP•2mo ago
The dev server would later crash with a vite related error that I don't remember.
I fixed it by doing the
customViteReactPlugin: true
thing suggested in the message above. It now works without warnings.
👍