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 has been fixed for SVG elements in #235. While working on the fix, we noticed that it is broken for <math> element as well. A fix for that one is pending. See #237 for details.
ember-style-modifier/addon/modifiers/style.ts
Line 47 in c2869d5
This should be:
Otherwise, the Typescript compiler complains when you try to use the modifier on SVG elements.
The text was updated successfully, but these errors were encountered: