(fn)
| 487 | } |
| 488 | |
| 489 | function useEventCallback(fn) { |
| 490 | var ref = (0, _useCommittedRef.default)(fn); |
| 491 | return (0, _react.useCallback)(function () { |
| 492 | return ref.current.apply(void 0, arguments); |
| 493 | }, [ref]); |
| 494 | } |
| 495 | |
| 496 | /***/ }), |
| 497 | /* 9 */ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…