MCPcopy Create free account
hub / github.com/caseywebdev/react-list / requestFormReset$1

Function requestFormReset$1

docs/index.js:8105–8108  ·  view source on GitHub ↗
(formFiber)

Source from the content-addressed store, hash-verified

8103 return existingStateHook;
8104}
8105function requestFormReset$1(formFiber) {
8106 var resetStateQueue = ensureFormComponentIsStateful(formFiber).next.queue;
8107 dispatchSetStateInternal(formFiber, resetStateQueue, {}, requestUpdateLane());
8108}
8109function useHostTransitionStatus() {
8110 return readContext(HostTransitionContext);
8111}

Callers 3

startHostTransitionFunction · 0.85
requestFormResetFunction · 0.85
index.jsFile · 0.85

Calls 3

dispatchSetStateInternalFunction · 0.85
requestUpdateLaneFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…