Skip to content

Commit

Permalink
fix(compiler): add reserved keyword (#6001)
Browse files Browse the repository at this point in the history
add `popover` keyword

fixes: #6000
  • Loading branch information
Sukaato authored Sep 27, 2024
1 parent a02bc36 commit 7ede77a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/transformers/reserved-public-members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const validatePublicName = (
};

const HTML_ELEMENT_KEYS = [
'popover',
'title',
'lang',
'translate',
Expand Down

0 comments on commit 7ede77a

Please sign in to comment.