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
As HTML attributes are not case sensitive and `setAttribute` converts
camel case attributes to lower case we should use hyphens instead for
compound words. However Preact/React convention is to use camel case
for props.
This converts hyphenated WC attributes to camel cased prop names.
0 commit comments