parseParams and stringifyParams deprecated
What interfaces I can use to fix this deprecated properties?
2 Replies
solid-orange•16mo 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
generous-apricotOP•16mo ago
I was there. I did not realize it was an object named params now. haha. thanks!