First render default values vs URL values #637
Labels
adapters/next/pages
Uses the Next.js pages router
bug
Something isn't working
duplicate
This issue or pull request already exists
Context
What's your version of
nuqs
?Next.js information (obtained by running
next info
):Are you using:
basePath
option in your Next.js configwindowHistorySupport
flag in your Next.js configDescription
I have notice that when using default values on the first render of a client only component the state is filled with the default values, then it seems to load the url values and change the state. This causes problems in my app. Is there a way to know when the url params have been loaded and the state is up to date?
The text was updated successfully, but these errors were encountered: