MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / hasContextChanged

Function hasContextChanged

code/new-context-api/public/app.js:11709–11711  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11707 }
11708
11709 function hasContextChanged() {
11710 return didPerformWorkStackCursor.current;
11711 }
11712
11713 function isContextConsumer(fiber) {
11714 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