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
Its not exactly the same issue, but it is related because we need to explicitly define the behavior of suspense in several scenarios, including this one. Closing this issue in favor of #1059
Describe the bug
If a query is invalidated because data needs to be refetched, the React Suspense loading state is not also re-triggered.
Expected Behavior
I would expect the fallback to retrigger when:
I would not expect the fallback to retrigger if:
To Reproduce
See codepen here:
https://codesandbox.io/s/charming-joliot-nm1pt?file=/src/index.js
The text was updated successfully, but these errors were encountered: