MCPcopy Index your code
hub / github.com/caseywebdev/react-list / updateActionState

Function updateActionState

docs/index.js:7837–7840  ·  view source on GitHub ↗
(action)

Source from the content-addressed store, hash-verified

7835 return [initialStateProp, ssrFormState, !1];
7836}
7837function updateActionState(action) {
7838 var stateHook = updateWorkInProgressHook();
7839 return updateActionStateImpl(stateHook, currentHook, action);
7840}
7841function updateActionStateImpl(stateHook, currentStateHook, action) {
7842 currentStateHook = updateReducerImpl(
7843 stateHook,

Callers 1

index.jsFile · 0.85

Calls 2

updateWorkInProgressHookFunction · 0.85
updateActionStateImplFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…