(c)
| 6737 | }; |
| 6738 | |
| 6739 | var ensureConsumer = function ensureConsumer(c) { |
| 6740 | return c.Consumer || c; |
| 6741 | }; |
| 6742 | |
| 6743 | function $mapContextToProps(_ref, Component) { |
| 6744 | var maybeArrayOfConsumers = _ref.consumers, |
no outgoing calls
no test coverage detected
searching dependent graphs…