MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / hasContextChanged

Function hasContextChanged

code/styling/public/app.js:12348–12350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12346 }
12347
12348 function hasContextChanged() {
12349 return didPerformWorkStackCursor.current;
12350 }
12351
12352 function isContextConsumer(fiber) {
12353 return fiber.tag === ClassComponent && fiber.type.contextTypes != null;

Callers 2

resumeMountClassInstanceFunction · 0.70
updateClassInstanceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected