Skip to content

Commit

Permalink
fix: issue with legacy w-bind being vdom optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Sep 24, 2024
1 parent 60c2c1c commit d613423
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/thick-bananas-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@marko/translator-default": patch
"@marko/compiler": patch
"marko": patch
---

Fix issue where legacy compat `w-bind` directives were being incorrectly optimized as static vdom.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import write from "./vdom-out-write";

const skipDirectives = new Set([
"key",
"w-bind",
"no-update",
"no-update-if",
"no-update-body",
Expand Down

0 comments on commit d613423

Please sign in to comment.