(children)
| 8524 | } |
| 8525 | |
| 8526 | function onlyChild(children) { |
| 8527 | return Array.isArray(children) ? children[0] : children; |
| 8528 | } |
| 8529 | |
| 8530 | function createReactContext(defaultValue, calculateChangedBits) { |
| 8531 | var _Provider$childContex, _Consumer$contextType; |
no outgoing calls
no test coverage detected
searching dependent graphs…