[RTK-Query]: useQuery
hook does not refetch after resetApiState
(2)
#3778
Milestone
useQuery
hook does not refetch after resetApiState
(2)
#3778
Description:
This issue appears to be a bug in RTK-Query, which should have been resolved by #1735 and #3333. However, it appears that the problem persists.
Reproduction Steps:
Expected Behavior:
After clicking "Reset API State," the request should not remain stuck in a pending status. Instead, it should automatically re-fetch the query. Currently, the request remains pending until the component is re-rendered. Even if we attempt to manually refetch, the query is executed, but the result remains pending.
The text was updated successfully, but these errors were encountered: