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
"foo" never logs and things just get stuck where they are and navigation never happens, things freeze. If you don't await, then you are in a race condition it appears for if revalidation happens before or after you navigate (and if required to be before, you have trouble).
Is something broken here not allowing the wait on the invalidateQueries?
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.
-
If you have an action attached to a form, and you call invalidate and await that, the rest of the action never runs.
"foo" never logs and things just get stuck where they are and navigation never happens, things freeze. If you don't await, then you are in a race condition it appears for if revalidation happens before or after you navigate (and if required to be before, you have trouble).
Is something broken here not allowing the wait on the invalidateQueries?
Beta Was this translation helpful? Give feedback.
All reactions