RootCauseunvalidated
the `name` property of a Redux Toolkit slice has to correspond to the property name of the reducer. Tension: it's just that EVERY single tutorial used the same name for both. Outcome: in RTK 2.0, `createSlice` has a new `reducerPath` option that will default to `name`.
7ab423fd-838f-4153-97dd-ed849dd8df93
the name property of a Redux Toolkit slice has to correspond to the property name of the reducer. Tension: it's just that EVERY single tutorial used the same name for both. Outcome: in RTK 2.0, createSlice has a new reducerPath option that will default to name.