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
When ember-source hits 3.5 we no longer are leveraging @ember/ordered-set from Ember itself (see here), and instead we are using the version in the addon.
The error occurs because we are mixing native classes (because the implementation in the addon does not get transpiled) and ES5 style classes.
The text was updated successfully, but these errors were encountered:
When ember-data (emberjs/data#4e0bc45) is used with ember-source 3.5 (current canary emberjs/ember.js#04dec4f9) the following error occurs:
Reported in slack by @NullVoxPopuli.
When ember-source hits 3.5 we no longer are leveraging
@ember/ordered-set
from Ember itself (see here), and instead we are using the version in the addon.The error occurs because we are mixing native classes (because the implementation in the addon does not get transpiled) and ES5 style classes.
The text was updated successfully, but these errors were encountered: