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
Getting this in the console since upgrading from ember 2.16.0 to 2.18.2:
DEPRECATION: Importing from the `ember-component` module has been deprecated. Please use the new module imports:
import Component from '@ember/component'
[deprecation id: ember-cli-shims.deprecated-shims] See https://github.com/emberjs/rfcs/blob/master/text/0176-javascript-module-api.md for more details.
A quick grep of my node_modules reveals ember-portal is the only addon doing this.
The text was updated successfully, but these errors were encountered:
Getting this in the console since upgrading from ember 2.16.0 to 2.18.2:
A quick grep of my
node_modules
revealsember-portal
is the only addon doing this.The text was updated successfully, but these errors were encountered: