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
Getting the following error on my integration test:
Uncaught Error: Assertion Failed: calling set on destroyed object: <client@component:blur-up::ember278>.coverCSS = background-image: url(/poached-client/img/pricing-header.jpg);
Async calls should have guards that check if the component was destroyed before setting properties.
The text was updated successfully, but these errors were encountered:
Fix Ludu#3: check if component was destroyed before setting 'coverCSS';
85b4ffd
Merge pull request #1 from rafael-paiva/check-destroyed-object
f214dc6
No branches or pull requests
Getting the following error on my integration test:
Async calls should have guards that check if the component was destroyed before setting properties.
The text was updated successfully, but these errors were encountered: