-
Hi! Say I'm having If I use setAge in my AgeComponent, then it seems that my RecipeComponent gets rerendered. Is it correct like that? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
franky47
Sep 3, 2024
Replies: 1 comment 11 replies
-
Unfortunately this is a Next.js issue: |
Beta Was this translation helpful? Give feedback.
11 replies
Answer selected by
franky47
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately this is a Next.js issue:
useQueryStates
callsuseSearchParams
internally, and it will re-render when any search param changes.