(Component)
| 5402 | } |
| 5403 | |
| 5404 | function StatelessComponent(Component) {} |
| 5405 | StatelessComponent.prototype.render = function () { |
| 5406 | var Component = ReactInstanceMap.get(this)._currentElement.type; |
| 5407 | var element = Component(this.props, this.context, this.updater); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…