Problemunvalidated
TS2345: Argument of type 'AsyncThunkAction<void | AddItem, ItemInput, AsyncThunkConfig>' is not assignable to parameter of type 'AnyAction' — dispatch(addItem(itemInput));. Tension: Why can't I use addItem in dispatch?
3e754a77-8331-4685-a8fd-caa2d1b02350
TS2345: Argument of type 'AsyncThunkAction<void | AddItem, ItemInput, AsyncThunkConfig>' is not assignable to parameter of type 'AnyAction' — dispatch(addItem(itemInput));. Tension: Why can't I use addItem in dispatch?