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
state={counters: {// old clock state minus globalTimer},globalTimer: {period: (number),isActive: (bool),},eventLog: {byId: {id: (string),type: (string),finishedOn: (number,epochtime),},byType: {typeA: (arrayofIdsinorderofmostrecentlyfinished),// ... and so on ...},},}
And there should be a parent reducer that handles all the combined logic of the separate sliced reducers.
The text was updated successfully, but these errors were encountered:
The reducer layout should be this:
And there should be a parent reducer that handles all the combined logic of the separate sliced reducers.
The text was updated successfully, but these errors were encountered: