RootCauseunvalidated
The slice functions are being affected by how `persist` rehydrates state: persisted data can override or mismatch the initial state shape (e.g., due to incorrect/partial persistence), causing the rehydrated store to not include the expected action functions. Using `persist` in a way that effectively isolates or overwrites only part of the state can drop the reducers/actions on rehydration.
16f5c960-2155-4bdb-8cc5-e5604024e689
The slice functions are being affected by how persist rehydrates state: persisted data can override or mismatch the initial state shape (e.g., due to incorrect/partial persistence), causing the rehydrated store to not include the expected action functions. Using persist in a way that effectively isolates or overwrites only part of the state can drop the reducers/actions on rehydration.