(value)
| 8375 | var _react = __webpack_require__(1); |
| 8376 | |
| 8377 | function useCommittedRef(value) { |
| 8378 | var ref = (0, _react.useRef)(value); |
| 8379 | (0, _react.useEffect)(function () { |
| 8380 | ref.current = value; |
| 8381 | }, [value]); |
| 8382 | return ref; |
| 8383 | } |
| 8384 | |
| 8385 | var _default = useCommittedRef; |
| 8386 | exports.default = _default; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…