RootCauseunvalidated
It's not an async thunk, so it has no `pending`, `fulfilled` or `rejected` properties. — builder .addCase(updateSelectedOrNewMovementData.fulfilled, (state, action) => {. Tension: one of the actions you are passing to one of your `.addCase` calls seems to be `undefined`. Outcome: You have to use `createAsyncThunk` for that.
77105adc-de22-4662-aca0-563e57f17610
It's not an async thunk, so it has no pending, fulfilled or rejected properties. — builder
.addCase(updateSelectedOrNewMovementData.fulfilled, (state, action) => {. Tension: one of the actions you are passing to one of your .addCase calls seems to be undefined. Outcome: You have to use createAsyncThunk for that.