Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Since we upgraded to react query v5 our app has been throwing a Maximum depth exceeded error continually. This does not seem to be impacting our app, but it is a cause for concern. I'm unable to replicate this in a sandbox environment, and something in our app is triggering this. Please find the error below
It seems to be triggered from
useBaseQuery
This is in a Next js app (v14), running react-query version
5.26.3
.I would really appreciate any hints as to what could be causing this or any leads into potential sources. Our application is large and we use hooks across the app liberally. This issue was not present in v4.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions