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
get greeted by about 500 Ember global deprecation warnings in the console
Description
It looks like the warn(...) calls are getting compiled to Ember.warn(...) calls, which are still using the Ember global, instead of them using proper imports:
This might be an issue in a build pipeline related project instead, but since Ember Data is the only addon where I've noticed this so far, I guess that this is a good place to track the issue for now.
Versions
Run the following command and paste the output below: yarn list ember-source && yarn list ember-cli && yarn list --pattern ember-data.
Reproduction
yarn install
yarn start:live
Description
It looks like the
warn(...)
calls are getting compiled toEmber.warn(...)
calls, which are still using theEmber
global, instead of them using proper imports:This might be an issue in a build pipeline related project instead, but since Ember Data is the only addon where I've noticed this so far, I guess that this is a good place to track the issue for now.
Versions
Run the following command and paste the output below:
yarn list ember-source && yarn list ember-cli && yarn list --pattern ember-data
.The text was updated successfully, but these errors were encountered: