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
Hello! I found out that Svelte does not use the set_custom_element_data helper when spreading a variabile to a custom element.
In particular, this doesn't work for camel case properties because the set_attributes method lowercases the property name. I'm not sure if this is the expected behavior. If so, I think it might be better to check that the attribute is among the element's setters before calling normalize_attributehere.