MCPcopy Create free account
hub / github.com/plotly/dash / markComponentErrored

Function markComponentErrored

dash/deps/react-dom@18.3.1.js:5060–5066  ·  view source on GitHub ↗
(fiber, thrownValue, lanes)

Source from the content-addressed store, hash-verified

5058 }
5059 }
5060 function markComponentErrored(fiber, thrownValue, lanes) {
5061 {
5062 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentErrored === 'function') {
5063 injectedProfilingHooks.markComponentErrored(fiber, thrownValue, lanes);
5064 }
5065 }
5066 }
5067 function markComponentSuspended(fiber, wakeable, lanes) {
5068 {
5069 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentSuspended === 'function') {

Callers 1

handleErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…