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

Function createRootErrorUpdate

docs/index.js:8722–8730  ·  view source on GitHub ↗
(root, errorInfo, lane)

Source from the content-addressed store, hash-verified

8720 }
8721}
8722function createRootErrorUpdate(root, errorInfo, lane) {
8723 lane = createUpdate(lane);
8724 lane.tag = 3;
8725 lane.payload = { element: null };
8726 lane.callback = function () {
8727 logUncaughtError(root, errorInfo);
8728 };
8729 return lane;
8730}
8731function createClassErrorUpdate(lane) {
8732 lane = createUpdate(lane);
8733 lane.tag = 3;

Callers 2

throwExceptionFunction · 0.85

Calls 3

createUpdateFunction · 0.85
logUncaughtErrorFunction · 0.85
runWithFiberInDEVFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…