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
We're using RTK Query with extractRehydrationInfo to persist state with Redux Persist.
Since Version 2.7.0 we're getting a TypeError: iterator method is not callable, when rehydrating from a persisted state. It looks like this commit is responsible: 9eb51e9
I think line 541 needs to be fixed by using provided.tags instead of provided, but I'm not sure.
I just downgraded Redux Toolkit to 2.6.1 for now.
The text was updated successfully, but these errors were encountered:
We're using RTK Query with
extractRehydrationInfo
to persist state with Redux Persist.Since Version 2.7.0 we're getting a
TypeError: iterator method is not callable
, when rehydrating from a persisted state. It looks like this commit is responsible: 9eb51e9I think line 541 needs to be fixed by using
provided.tags
instead ofprovided
, but I'm not sure.I just downgraded Redux Toolkit to 2.6.1 for now.
The text was updated successfully, but these errors were encountered: