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
Usages of the Ember Global may be caused by an outdated ember-cli-babel dependency. The following steps may help:
Upgrade the following addons to the latest version:
@html-next/flexi-layouts
ember-cli-mirage
moment
ember-cordova-platform
ember-cordova-splash
ember-pikaday
ember-route-action-helper
ember-run-raf
liquid-tether
Prior to v7.26.6, ember-cli-babel sometimes transpiled imports into the equivalent Ember Global API, potentially triggering this deprecation message indirectly, even when you did not observe these deprecated usages in your code.
The text was updated successfully, but these errors were encountered:
WARNING: [DEPRECATION] [DEPRECATION] Usage of the Ember Global is deprecated. You should import the Ember module or the specific API instead.
See https://deprecations.emberjs.com/v3.x/#toc_ember-global for details.
Usages of the Ember Global may be caused by an outdated ember-cli-babel dependency. The following steps may help:
Prior to v7.26.6, ember-cli-babel sometimes transpiled imports into the equivalent Ember Global API, potentially triggering this deprecation message indirectly, even when you did not observe these deprecated usages in your code.
The text was updated successfully, but these errors were encountered: