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.