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
I started getting a bunch of deprecation warnings when running ember serve:
DEPRECATION: Using class based template compilation plugins is deprecated, please update to the functional style: SetTransform [deprecation id: template-compiler.registerPlugin]
I seem to find SetTransform only in ember-box when I grep in my node_modules so I guess the problem lies in this plugin.
The text was updated successfully, but these errors were encountered:
I started getting a bunch of deprecation warnings when running
ember serve
:I seem to find
SetTransform
only inember-box
when I grep in my node_modules so I guess the problem lies in this plugin.The text was updated successfully, but these errors were encountered: