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
Here is a link to a sample project on Replay that demonstrates the problem.
As you can see, I first wait for the data on the main page to load and display.
Then I go to the test page and wait for the data on this page to load and display.
After the second step, I will call resetApiState API,
and now APIs in pages doesn't reinitiate again
Hello,
After calling resetApiState, in some cases (changing page in nextjs app) APIs doesn't reinitiate and useQuery result remain undefined.
The text was updated successfully, but these errors were encountered: