You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The refetchInterval here is changed by useState in the calling component. I'm unable to have it change dynamically, if I set it to 15s and then to 1s it remains at 15s. It seems like tanstack supports this TanStack/query#1460 but not blitzjs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to adjust the
refetchIntervalfor ausePaginationQueryThe
refetchIntervalhere is changed byuseStatein the calling component. I'm unable to have it change dynamically, if I set it to 15s and then to 1s it remains at 15s. It seems like tanstack supports this TanStack/query#1460 but not blitzjsAm I missing something?
Beta Was this translation helpful? Give feedback.
All reactions