MCPcopy Index your code
hub / github.com/caseywebdev/react-list / createClassErrorUpdate

Function createClassErrorUpdate

docs/index.js:8731–8735  ·  view source on GitHub ↗
(lane)

Source from the content-addressed store, hash-verified

8729 return lane;
8730}
8731function createClassErrorUpdate(lane) {
8732 lane = createUpdate(lane);
8733 lane.tag = 3;
8734 return lane;
8735}
8736function initializeClassErrorUpdate(update, root, fiber, errorInfo) {
8737 var getDerivedStateFromError = fiber.type.getDerivedStateFromError;
8738 if ("function" === typeof getDerivedStateFromError) {

Callers 3

throwExceptionFunction · 0.85
captureCommitPhaseErrorFunction · 0.85
updateClassComponentFunction · 0.85

Calls 1

createUpdateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…