TanStackT
TanStack5w ago
5 replies
constitutional-coral

Params are undefined when there's SPA navigation (under route ssr:false)

Even params in
parse
function is undefined

params: {
parse: (params) => {
console.log("p", params);
return { videoId: params.videoId };
},
},
Was this page helpful?