next.js
ff366849 - Make useSearchParams and useParams compatible between app and pages router (#55280)

Commit
2 years ago
Make useSearchParams and useParams compatible between app and pages router (#55280) ### `useSearchParams` server router's query includes both search params and path params, this PR eliminate the path params from `useSearchParams` to make it aligned between app router and pages router ### `useParams` For pages, we extract the params keys with `getRouteRegex`, and pick them out from `router.query` Fixes #54242 Closes NEXT-1536
Author
Parents
Loading