(props: any)
| 43 | private _mounted = true; |
| 44 | |
| 45 | constructor(props: any) { |
| 46 | super(props); |
| 47 | this.setupAssets(); |
| 48 | } |
| 49 | |
| 50 | private async setupAssets() { |
| 51 | const editor = this.props.engineEditor; |
nothing calls this directly
no test coverage detected