From afa95ae7cc49d7085ea95a5d727f9758f8ec881c Mon Sep 17 00:00:00 2001 From: Johan Gorter Date: Mon, 19 Jan 2026 16:44:34 +0100 Subject: [PATCH] Add 'on' to vnodeOnlyProps array This should cause less memory pressure --- src/projection.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/projection.ts b/src/projection.ts index abc9871..9201a63 100644 --- a/src/projection.ts +++ b/src/projection.ts @@ -154,6 +154,7 @@ let nodeToRemove = (vNode: VNode) => { }; const vnodeOnlyProps = [ + "on", "afterCreate", "afterUpdate", "afterRemoved",