(action)
| 7835 | return [initialStateProp, ssrFormState, !1]; |
| 7836 | } |
| 7837 | function updateActionState(action) { |
| 7838 | var stateHook = updateWorkInProgressHook(); |
| 7839 | return updateActionStateImpl(stateHook, currentHook, action); |
| 7840 | } |
| 7841 | function updateActionStateImpl(stateHook, currentStateHook, action) { |
| 7842 | currentStateHook = updateReducerImpl( |
| 7843 | stateHook, |
no test coverage detected
searching dependent graphs…