MCPcopy Index your code
hub / github.com/plotly/dash / onPostCommitRoot

Function onPostCommitRoot

dash/deps/react-dom@18.2.0.js:4901–4915  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

4899 }
4900 }
4901 function onPostCommitRoot(root) {
4902 if (injectedHook && typeof injectedHook.onPostCommitFiberRoot === 'function') {
4903 try {
4904 injectedHook.onPostCommitFiberRoot(rendererID, root);
4905 } catch (err) {
4906 {
4907 if (!hasLoggedError) {
4908 hasLoggedError = true;
4909
4910 error('React instrumentation encountered an error: %s', err);
4911 }
4912 }
4913 }
4914 }
4915 }
4916 function onCommitUnmount(fiber) {
4917 if (injectedHook && typeof injectedHook.onCommitFiberUnmount === 'function') {
4918 try {

Callers 1

flushPassiveEffectsImplFunction · 0.70

Calls 1

errorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…