Different behavior of useUrlQueryParams after upgrading from v6 to v7. #13941
Unanswered
lukascivil
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After updating my application from v6("6.28.1") to v7("7.1.1"), I noticed a different behavior in my application, a useEffect with a dependency on
urlQueryParams
was no longer triggered.To solve the problem on v7 I need to add an event listener
Was this difference in behavior expected, if so why was it not documented in the migration document?
Beta Was this translation helpful? Give feedback.
All reactions