MaximumDepthExceeded Error throwing up from notifyManager
of tanstack/query package
#6550
Unanswered
sagarchoudhary96
asked this question in
Q&A
Replies: 1 comment 1 reply
-
any help here ? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
i have a navigation component rendering lots of navItems and each of them are having some useQuery() calls when are done to get some count for each navItem if enabled . even though i'm enabling the queries only for navItem for which it should be fetched and passing
enabled: false
as option to useQuery and useQueries() where not needed to be fetched, i get below error which is crashing the application on mobile. I'm unable to figure out if something can be fixed from our end for it or it's something to be fixed in thisquery
package itselfBeta Was this translation helpful? Give feedback.
All reactions