Problemunvalidated
Uncaught TypeError: typeOrActionCreator is undefined — 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: That's probably caused by your `updateSelectedOrNewMovementData` being a normal function.
5ae146b0-a1b8-4cdb-9fd6-0508250a0179
Uncaught TypeError: typeOrActionCreator is undefined — 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: That's probably caused by your updateSelectedOrNewMovementData being a normal function.