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
Currently, the ember-component.ts hook is matching on the classNames property, which is fairly abundant on most Riot components. However, it is not a perfect matching mechanism. In the best situation one could provide a callback for validation, however this gives a fairly large performance penalty (given how much components are internally registered/used).
The text was updated successfully, but these errors were encountered:
Currently, the
ember-component.ts
hook is matching on theclassNames
property, which is fairly abundant on most Riot components. However, it is not a perfect matching mechanism. In the best situation one could provide a callback for validation, however this gives a fairly large performance penalty (given how much components are internally registered/used).The text was updated successfully, but these errors were encountered: