parseParams and stringifyParams deprecated
What interfaces I can use to fix this deprecated properties?
2 Replies
like-gold•13mo ago
params.parse
and params.stringify
https://tanstack.com/router/latest/docs/framework/react/api/router/RouteOptionsType#paramsparse-methodRouteOptions type | TanStack Router React Docs
The RouteOptions type is used to describe the options that can be used when creating a route.
RouteOptions properties
like-goldOP•13mo ago
I was there. I did not realize it was an object named params now. haha. thanks!