Replies: 1 comment
-
I think I solved it by adding this also in Not sure this is correct :) extractRehydrationInfo(action, { reducerPath }) {
if (action.type === REHYDRATE) {
return action.payload[reducerPath]
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
isFecthing stuck to
true
when…refetch()
This is my setup, Im not sure if I did something wrong…
Beta Was this translation helpful? Give feedback.
All reactions