()
| 10 | |
| 11 | class WithSystem extends Component { |
| 12 | render() { |
| 13 | return <WrappedComponent {...getSystem()} {...this.props} {...this.context} /> |
| 14 | } |
| 15 | } |
| 16 | WithSystem.displayName = `WithSystem(${fn.getDisplayName(WrappedComponent)})` |
| 17 | return WithSystem |
nothing calls this directly
no test coverage detected