Skip to content

Commit 043b59e

Browse files
committed
do not migrate blur in wire:model.blur="…"
1 parent 905a220 commit 043b59e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@tailwindcss-upgrade/src/codemods/template/is-safe-migration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const CONDITIONAL_TEMPLATE_SYNTAX = [
1515
// Alpine
1616
/x-if=['"]$/,
1717
/x-show=['"]$/,
18+
/wire:[^\s]*?$/,
1819
]
1920
const NEXT_PLACEHOLDER_PROP = /placeholder=\{?['"]$/
2021

0 commit comments

Comments
 (0)