Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
do not migrate blur in wire:model.blur="…"
  • Loading branch information
RobinMalfait committed Jun 3, 2025
commit 043b59eb6ee729025193ce7b5fe61d6b77bae6f7
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const CONDITIONAL_TEMPLATE_SYNTAX = [
// Alpine
/x-if=['"]$/,
/x-show=['"]$/,
/wire:[^\s]*?$/,
]
const NEXT_PLACEHOLDER_PROP = /placeholder=\{?['"]$/

Expand Down