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

Function hasContextChanged

code/composition/public/app.js:12486–12488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12484 }
12485
12486 function hasContextChanged() {
12487 return didPerformWorkStackCursor.current;
12488 }
12489
12490 function isContextConsumer(fiber) {
12491 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