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

Function useImperativeHandle

dash/deps/react@18.2.0.js:1642–1645  ·  view source on GitHub ↗
(ref, create, deps)

Source from the content-addressed store, hash-verified

1640 return dispatcher.useMemo(create, deps);
1641 }
1642 function useImperativeHandle(ref, create, deps) {
1643 var dispatcher = resolveDispatcher();
1644 return dispatcher.useImperativeHandle(ref, create, deps);
1645 }
1646 function useDebugValue(value, formatterFn) {
1647 {
1648 var dispatcher = resolveDispatcher();

Callers 2

CalendarComponentFunction · 0.90

Calls 1

resolveDispatcherFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…