Using the router-ssr-query-core in Solid
@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 thisAll 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 setupCoreRouterSsrQueryIntegrationI 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.21On the clienat is showes
Invariant failed: Could not find parent match for matchId "undefined"Any help?