-
-
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
_EmberAssign not defined #18992
Comments
I'm seeing a similar thing since yesterday in ember-keyboard builds against ember 3.8 and 3.12 ember-try configs but with _EmberObject instead of _EmberAssign. |
Almost certainly related to the Babel release yesterday. We are going to have to actually fix the issue with our reference rewriting. |
Sorry, I meant to cross link. |
@rwjblue thanks. is there a quick fix, or we shall wait for your inhouse fix? |
ember-cli-babel@7.20.1 was just released, and should fix the underlying issue. https://github.com/babel/ember-cli-babel/releases/tag/v7.20.1 |
it's far to be fixed. i'm also getting the same error as other is the other topic
|
Hi Guys,
since yesterday we are getting the following error after build, during runtime.
ReferenceError: _EmberAssign is not defined
was something changed or are we missing something?
we are using:
Ember : 3.12.3
Ember Data : 3.12.2
thanks!
The text was updated successfully, but these errors were encountered: