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
It seems to me that libraries do not always appropriately handle camelCase property names the same way.
When using Vue and Svelte together, for example, I'm finding the only way to reliably pass properties is to use a single lowercase value such as textcolor instead of textColor.
However when using only Vue, it seems to pass and accept camelCased properties without issue.
Could this behavior be standardized?
The text was updated successfully, but these errors were encountered:
It seems to me that libraries do not always appropriately handle camelCase property names the same way.
When using Vue and Svelte together, for example, I'm finding the only way to reliably pass properties is to use a single lowercase value such as
textcolor
instead oftextColor
.However when using only Vue, it seems to pass and accept camelCased properties without issue.
Could this behavior be standardized?
The text was updated successfully, but these errors were encountered: