(value, formatterFn)
| 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 |
no outgoing calls
no test coverage detected