Open
Description
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.