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

Function assertIsMounted

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

Source from the content-addressed store, hash-verified

3842 return null;
3843}
3844function assertIsMounted(fiber) {
3845 if (getNearestMountedFiber(fiber) !== fiber)
3846 throw Error(formatProdErrorMessage(188));
3847}
3848function findCurrentFiberUsingSlowPath(fiber) {
3849 var alternate = fiber.alternate;
3850 if (!alternate) {

Callers 1

Calls 2

getNearestMountedFiberFunction · 0.85
formatProdErrorMessageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…