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

Function hasContextChanged

code/communication/public/app.js:12383–12385  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12381 }
12382
12383 function hasContextChanged() {
12384 return didPerformWorkStackCursor.current;
12385 }
12386
12387 function isContextConsumer(fiber) {
12388 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