|
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. |
Answered by
franky47
Sep 3, 2024
Replies: 1 comment 13 replies
|
Unfortunately this is a Next.js issue: |
13 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:
useQueryStatescallsuseSearchParamsinternally, and it will re-render when any search param changes.