(liftedState, instance)
| 213 | } |
| 214 | |
| 215 | function checkForReducerErrors(liftedState, instance) { |
| 216 | if (liftedState.computedStates[liftedState.currentStateIndex].error) { |
| 217 | relay('STATE', filterStagedActions(liftedState, instance.filters), instance) |
| 218 | return true |
| 219 | } |
| 220 | return false |
| 221 | } |
| 222 | |
| 223 | function monitorReducer(state = {}, action = {}) { |
| 224 | lastAction = action.type |