You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: this should iterate backward and filter out duplicated attrs.
In HTML, first attribute value takes precendent, but Marko follows the rules of object properties (last property takes precedent), so we need to filter out duplicates to ensure the same behavior between the two.
The text was updated successfully, but these errors were encountered:
x/packages/translator/src/visitors/tag/native-tag.ts
Line 156 in 86e1c04
In HTML, first attribute value takes precendent, but Marko follows the rules of object properties (last property takes precedent), so we need to filter out duplicates to ensure the same behavior between the two.
The text was updated successfully, but these errors were encountered: