RootCauseunvalidated
the object syntax for `createSlice.extraReducers` has been deprecated since version 1.9.0 and then removed in v2.0.0 — It's explained both in v2.0.0 changelogs and in the migration guide to RTK 2.0 and Redux 5.0. Tension: As the error says, you have to convert the object into the builder callback syntax.
3083334b-9e1f-488c-a6ee-999edf381c8e
the object syntax for createSlice.extraReducers has been deprecated since version 1.9.0 and then removed in v2.0.0 — It's explained both in v2.0.0 changelogs and in the migration guide to RTK 2.0 and Redux 5.0. Tension: As the error says, you have to convert the object into the builder callback syntax.