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
In an Ember 3.28 app running using ember-sortable v3.0.0 I'm getting the following deprecation warning during the build. I didn't see an issue for it yet on this repository but let me know if this is tracked somewhere else!
[Babel: ember-sortable > applyPatches]DEPRECATION: registerPlugin is deprecated, please pass plugins directly via `compile` and/or `precompile`. [deprecation id: template-compiler.registerPlugin]
at logDeprecationStackTrace (<redacted>/node_modules/ember-source/dist/ember-template-compiler.js:1984:21)
at HANDLERS.<computed> (<redacted>/node_modules/ember-source/dist/ember-template-compiler.js:2117:9)
at raiseOnDeprecation (<redacted>/node_modules/ember-source/dist/ember-template-compiler.js:2011:9)
at HANDLERS.<computed> (<redacted>/node_modules/ember-source/dist/ember-template-compiler.js:2117:9)
at invoke (<redacted>/node_modules/ember-source/dist/ember-template-compiler.js:2129:9)
at deprecate (<redacted>/node_modules/ember-source/dist/ember-template-compiler.js:2085:28)
at Object.registerPlugin (<redacted>/node_modules/ember-source/dist/ember-template-compiler.js:20535:47)
at registerPlugins (<redacted>/node_modules/ember-sortable/node_modules/ember-cli-htmlbars/lib/utils.js:142:26)
at Object.setup (<redacted>/node_modules/ember-sortable/node_modules/ember-cli-htmlbars/lib/utils.js:201:3)
Hello 👋
In an Ember 3.28 app running using
ember-sortable
v3.0.0 I'm getting the following deprecation warning during the build. I didn't see an issue for it yet on this repository but let me know if this is tracked somewhere else!https://deprecations.emberjs.com/v3.x/#toc_template-compiler-registerPlugin
The text was updated successfully, but these errors were encountered: