Fix destruction
Some checks failed
Lint / lint (push) Failing after 8s

This commit is contained in:
Julien Valverdé
2026-01-02 00:06:41 +01:00
parent fae11b2024
commit 78c3051342
3 changed files with 39 additions and 4 deletions

View File

@@ -160,9 +160,9 @@ export const make = () => {
// getInstanceFromScope(_scopeInstance) {
// throw new Error("Function not implemented.")
// },
// detachDeletedInstance(_node) {
// throw new Error("Function not implemented.")
// },
detachDeletedInstance(node) {
node.queue_free()
},
// supportsHydration: false,
// NotPendingTransition: undefined,