The code (edit view/rke2.vue) is not ready to handle something that isn't an object. I've spent too much time on it, without any results to show for and, from the top of my head, I don't see any side effects of this being turned into an empty object. The machineSelectorConfig...
constructor( private renderer:Renderer ){ this.testGui = new GuiTestObject() } unload(): void { this.testGui.dispose() } preRender(): void { this.testGui.preRender() } load() : Promise<void>{ return Promise.resolve() } render(): void {0} rttPass(): void {0} } 26...