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

OrderedSet Constructor Invoked Without 'new' #5573

Closed
chadhietala opened this issue Aug 17, 2018 · 1 comment
Closed

OrderedSet Constructor Invoked Without 'new' #5573

chadhietala opened this issue Aug 17, 2018 · 1 comment

Comments

@chadhietala
Copy link
Contributor

Ember has moved its implementation of OrderedSet to an ES6 class as of 3.2.0. If you are not transpiling ES6 class you will receive an error like below.

Class constructor OrderedSet cannot be invoked without 'new'

I believe this was fixed on master with #5557 but likely needs to be back ported.

@runspired
Copy link
Contributor

Closing in favor of #5576 which has details of where we will backport this (didn't realize @chadhietala had done me the favor of opening this :D )

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

2 participants