-
Notifications
You must be signed in to change notification settings - Fork 199
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
Attempted to call .send() with the action 'afterTransition' on the destroyed object liquid-container #616
Comments
Also just hit this. |
I was able to get around this problem by making sure the project had I have submitted a PR to @thagul are you able to confirm this fixes things for you? |
I'm using ember 3.2 not 2.3, but I confirm that updating test-helpers to 0.7.25 solves the issue. |
Sorry I meant |
Yes, sure. |
Can we
|
This is effecting more than the liquid fire project so it seems like this might be an oversight in ember core/cli. Upgrading to 3.2 should be a compatible upgrade. Not sure each addon should need to handle this breaking of compatibility, we need to resolve this in the next ember-cli patch release with a new release of ember-qunit and ember-cli-qunit. |
After upgrading my application to ember.js v3.2.0, I see some tests failing with the error
Attempted to call .send() with the action 'afterTransition' on the destroyed object liquid-container
.I've tried also to upgrade liquid-fire to ember.js 3.2.0 and the same error occurs
I suppose that it's due to emberjs/ember.js#16387
The text was updated successfully, but these errors were encountered: