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
This issue is when attributes on an component via a viewfile is parsed, they are all converted to lowercase.
This results in any attribute names containing uppercase letters producing an exception.
This may be solved in 2 ways:
The component should use lowercase, when comparing names
The custom parser solution must preserve string case for special use by this project.
solution number 2 seems best, but will require same approach as how it deals with tag names (extending the original and keeping case intact string in secondary attribute)
The text was updated successfully, but these errors were encountered:
This issue is when attributes on an component via a viewfile is parsed, they are all converted to lowercase.
This results in any attribute names containing uppercase letters producing an exception.
This may be solved in 2 ways:
solution number 2 seems best, but will require same approach as how it deals with tag names (extending the original and keeping case intact string in secondary attribute)
The text was updated successfully, but these errors were encountered: