| 14 | WrappedComponent.displayName || WrappedComponent.name || "Component"; |
| 15 | |
| 16 | class AsyncScriptLoader extends Component { |
| 17 | constructor(props, context) { |
| 18 | super(props, context); |
| 19 | this.state = {}; |
nothing calls this directly
no outgoing calls
no test coverage detected