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

Function onCommitUnmount

dash/deps/react-dom@18.3.1.js:4916–4930  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

4914 }
4915 }
4916 function onCommitUnmount(fiber) {
4917 if (injectedHook && typeof injectedHook.onCommitFiberUnmount === 'function') {
4918 try {
4919 injectedHook.onCommitFiberUnmount(rendererID, fiber);
4920 } catch (err) {
4921 {
4922 if (!hasLoggedError) {
4923 hasLoggedError = true;
4924
4925 error('React instrumentation encountered an error: %s', err);
4926 }
4927 }
4928 }
4929 }
4930 }
4931 function setIsStrictModeForDevtools(newIsStrictMode) {
4932 {
4933 if (typeof unstable_yieldValue$1 === 'function') {

Callers 1

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…