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.
Activity
Rewrite providedTags handling for better perf (#4910)
sheuertz commentedon May 27, 2025
We are seeing this as well, with the same use case.
markerikson commentedon May 27, 2025
Very likely. I'm on travel atm, but if someone can file a PR to make that change we can try to get it in.
colinsullivan commentedon May 29, 2025
I was seeing a slightly different error in the console with the same root cause.
Can't repro in 2.6.1