Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ember Global Deprecation Warning #15

Open
eliel-jr opened this issue Jan 24, 2022 · 0 comments
Open

Ember Global Deprecation Warning #15

eliel-jr opened this issue Jan 24, 2022 · 0 comments

Comments

@eliel-jr
Copy link

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:

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant