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
This codemod looks awesome, but we are not using ember-decorators, only the native decorators. Is there a reason the addon is only supported with ember-decorators? We've gotten away with just using the native ones in our newer code. I'm wary to add too many addons these days as maintaining our app with many many addons has given me a ton of issues.
The text was updated successfully, but these errors were encountered:
Classic components are not fully supported without ember-decorators, primarily. It’s not recommended that you convert them, unless you have those additional decorators.
The second reason is if you are using observers or event listeners, but those are already less common and less recommended, so you may not encounter that.
This codemod looks awesome, but we are not using ember-decorators, only the native decorators. Is there a reason the addon is only supported with ember-decorators? We've gotten away with just using the native ones in our newer code. I'm wary to add too many addons these days as maintaining our app with many many addons has given me a ton of issues.
The text was updated successfully, but these errors were encountered: