diff --git a/src/compiler/parse/state/tag.ts b/src/compiler/parse/state/tag.ts index efeb9433bc..696a47b649 100644 --- a/src/compiler/parse/state/tag.ts +++ b/src/compiler/parse/state/tag.ts @@ -376,7 +376,7 @@ function read_attribute(parser: Parser, unique_names: Set) { if (type === 'Binding' && directive_name !== 'this') { check_unique(directive_name); - } else if (type !== 'EventHandler') { + } else if (type !== 'EventHandler' && type !== 'Action') { check_unique(name); }