You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good to know:
If an application includes the /pages directory, useSearchParams will return ReadonlyURLSearchParams | null. The null value is for compatibility during migration since search params cannot be known during pre-rendering of a page that doesn't use getServerSideProps
The text was updated successfully, but these errors were encountered:
See https://nextjs.org/docs/app/api-reference/functions/use-search-params:
The text was updated successfully, but these errors were encountered: