Handle React cleanup
Some checks failed
Lint / lint (push) Failing after 10s

This commit is contained in:
Julien Valverdé
2026-01-02 00:43:28 +01:00
parent 3b2961e557
commit f245b61ab3
2 changed files with 21 additions and 10 deletions

View File

@@ -8,8 +8,4 @@ export default class TestUi1 extends Control {
_ready(): void {
Renderer.renderComponent(this, TestUi1Component)
}
_exit_tree(): void {
console.log("exit tree")
}
}