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
Registering a Library
If you would like to add your own application or library to the list, you can register it using: Ember.libraries.register(libraryName, libraryVersion);
➕ Additional Context
This makes e.g. apps running with Ember Simple Auth get the following error message on Ember ^3.27.0 (mainmatter/ember-simple-auth#2309): DEPRECATION: Usage of the Ember Global is deprecated. You should import the Ember module or the specific API instead. [deprecation id: ember-global] See https://deprecations.emberjs.com/v3.x/#toc_ember-global for more details.
The text was updated successfully, but these errors were encountered:
📙 Describe the Issue
The 3.27 docs on registering a library uses the global
Ember
, even though the global Ember is deprecated in 3.27:➕ Additional Context
This makes e.g. apps running with
Ember Simple Auth
get the following error message onEmber ^3.27.0
(mainmatter/ember-simple-auth#2309):DEPRECATION: Usage of the Ember Global is deprecated. You should import the Ember module or the specific API instead. [deprecation id: ember-global] See https://deprecations.emberjs.com/v3.x/#toc_ember-global for more details.
The text was updated successfully, but these errors were encountered: