-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Regression in extending from native classes #17809
Comments
Is there a workaround for this? Just changing the version number of babel in my package lock and rerunning npm install? |
Yes, unfortunately the only workaround is changing the versions. But this is very error-prone as there are many packages. Also newer versions of |
The issue seems to be in
Fixes the issue. I hope that helps to pinpoint the issue. |
Is it possible to reproduce issue in babel? @rwjblue can it be an I can reproduce issue with latest lts (3.8) on this https://github.com/boris-petrov/ember-extend-from-native-class-bug once we change |
ember new ember-cannot-extend-from-native-classes cd ember-cannot-extend-from-native-classes
Add the following test to
tests/unit/services/store-test.js
:And then
ember test
fails. This is due to@babel
packages being at version7.4.0
.7.3.4
works fine.The text was updated successfully, but these errors were encountered: