MCPcopy Create free account
hub / github.com/microsoft/SandDance / mountDebugValue

Function mountDebugValue

docs/external/js/react-dom.development.js:15541–15544  ·  view source on GitHub ↗
(value, formatterFn)

Source from the content-addressed store, hash-verified

15539 }
15540
15541 function mountDebugValue(value, formatterFn) {// This hook is normally a no-op.
15542 // The react-debug-hooks package injects its own implementation
15543 // so that e.g. DevTools can display custom hook values.
15544 }
15545
15546 var updateDebugValue = mountDebugValue;
15547

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected