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

Function hasContextChanged

code/third-party/public/app.js:11581–11583  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11579 }
11580
11581 function hasContextChanged() {
11582 return didPerformWorkStackCursor.current;
11583 }
11584
11585 function isContextConsumer(fiber) {
11586 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