This commit is contained in:
@@ -6,6 +6,6 @@ import { TestUi1Component } from "./TestUi1Component"
|
||||
export default class TestUi1 extends Control {
|
||||
// Called when the node enters the scene tree for the first time.
|
||||
_ready(): void {
|
||||
Renderer.render(React.createElement(TestUi1Component), this)
|
||||
Renderer.renderComponent(this, TestUi1Component)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user