We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
onerror
Instead, it should be cached the first time setupOnerror is called.
setupOnerror
See emberjs/ember-qunit#818.
The text was updated successfully, but these errors were encountered:
In general, I think its fine to change where we cache it but we definitely need to do it before setupOnerror is called the first time.
We can do it in setupContext.
setupContext
Sorry, something went wrong.
More robust handling in setup-onerror
f32f722
Resolves an issue where Ember.onerror could get cached too soon. Fixes emberjs#993
cd7a54b
Successfully merging a pull request may close this issue.
Instead, it should be cached the first time
setupOnerror
is called.See emberjs/ember-qunit#818.
The text was updated successfully, but these errors were encountered: