You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple reducers and want to be able to manage the state of all reducers. Tell me, is it possible to store the order of changes of several Reducers somewhere?
if I wrap each reducer in redux-undo, then the undo state will be executed at the same time for each reducer
The text was updated successfully, but these errors were encountered:
I have multiple reducers and want to be able to manage the state of all reducers. Tell me, is it possible to store the order of changes of several Reducers somewhere?
if I wrap each reducer in redux-undo, then the undo state will be executed at the same time for each reducer
The text was updated successfully, but these errors were encountered: