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

Function forceStoreRerender

docs/index.js:7599–7602  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

7597 }
7598}
7599function forceStoreRerender(fiber) {
7600 var root = enqueueConcurrentRenderForLane(fiber, 2);
7601 null !== root && scheduleUpdateOnFiber(root, fiber, 2);
7602}
7603function mountStateImpl(initialState) {
7604 var hook = mountWorkInProgressHook();
7605 if ("function" === typeof initialState) {

Callers 2

updateStoreInstanceFunction · 0.85
subscribeToStoreFunction · 0.85

Calls 2

scheduleUpdateOnFiberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…