Skip to content

Commit

Permalink
chore: fix coment
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Aug 13, 2024
1 parent a78f82e commit 5af5846
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const ATTR_WITH_VALUES_TO_REPLACE: ReplacementAttributeValue[] = [
{
attrNames: ['[pseudoInvalid]'],
newAttrName: '[attr.data-mode]',
withTagNames: hasPseudo,
withTagNames: hasPseudoInvalid,
valueReplacer: (condition) => `${condition} ? 'invalid' : null`,
},
{
Expand Down

0 comments on commit 5af5846

Please sign in to comment.