Skip to content

extractRehydrationInfo giving "TypeError: iterator method is not callable" since Redux Toolkit 2.7.0 #4981

Open
@pmk1c

Description

@pmk1c

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions