(maybeOpts, mapToProps, Component)
| 6796 | } |
| 6797 | |
| 6798 | function mapContextToProps(maybeOpts, mapToProps, Component) { |
| 6799 | if (arguments.length === 2) return $mapContextToProps(maybeOpts, mapToProps); |
| 6800 | return $mapContextToProps({ |
| 6801 | consumers: maybeOpts, |
| 6802 | mapToProps: mapToProps |
| 6803 | }, Component); |
| 6804 | } |
| 6805 | |
| 6806 | /***/ }), |
| 6807 | /* 56 */ |
nothing calls this directly
no test coverage detected
searching dependent graphs…