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
The angle bracket codemod converts {{some-component class="foo"}} to <SomeComponent @class="foo"/> by default. We could consider supporting that by adding class="@class" to all template wrapper elements 🤔
The angle bracket codemod converts
{{some-component class="foo"}}to<SomeComponent @class="foo"/>by default. We could consider supporting that by addingclass="@class"to all template wrapper elements 🤔