(value, formatterFn)
| 1611 | return dispatcher.useImperativeHandle(ref, create, deps); |
| 1612 | } |
| 1613 | function useDebugValue(value, formatterFn) { |
| 1614 | { |
| 1615 | var dispatcher = resolveDispatcher(); |
| 1616 | return dispatcher.useDebugValue(value, formatterFn); |
| 1617 | } |
| 1618 | } |
| 1619 | |
| 1620 | /** |
| 1621 | * Copyright (c) 2013-present, Facebook, Inc. |
nothing calls this directly
no test coverage detected