Using the router-ssr-query-core in Solid
So i tried to use the
@tanstack/router-ssr-query-core
package in my Tanstack Start app @tanstack/solid-router
, but it Seems to have just bricked my whole app. I keep geting Errors like this
All i did was do exactly what the @tanstack/react-router-ssr-query
package dose just manualy i added a QueryClientPrvider wraper for the app and ran the setupCoreRouterSsrQueryIntegration
I think this should work as im doing exactly what the react implementation dose just my self.
Also when ever i remove the setupCoreRouterSsrQueryIntegration my router is still broken.
using @tanstack/router-ssr-query-core@1.131.44
and @tanstack/solid-router@1.131.44
also bun 1.2.21
On the clienat is showes Invariant failed: Could not find parent match for matchId "undefined"
Any help?2 Replies
multiple-amethyst•3w ago
Unfortunately the router-ssr-query doesn't work with solid yet
compatible-crimsonOP•3w ago
I got all the
Resolved by updaing my Wrap to
At least then my app starts