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
I noticed this failing a unit test during App.reset() so this reproduction is based on that. http://emberjs.jsbin.com/zuzamilapa/2/edit
There are other cases of it during a route transition that I haven't made a reduce reproduction yet. Just wanted to track this.
The text was updated successfully, but these errors were encountered:
@krisselden - Any progress/updates on tracking this down?
Sorry, something went wrong.
Added test for ensuring childViews is maintained when render nodes are removed: https://github.com/emberjs/ember.js/compare/child-views-maintained.
childViews
http://output.jsbin.com/didaqevibi/1
the above illustrates the issue with childViews and willDestroyElement being called twice.
Any progress?
Encountered this this evening (via ember-wormhole), it quickly spirals into deathly recursion :'(
krisselden
Successfully merging a pull request may close this issue.
I noticed this failing a unit test during App.reset() so this reproduction is based on that.
http://emberjs.jsbin.com/zuzamilapa/2/edit
There are other cases of it during a route transition that I haven't made a reduce reproduction yet. Just wanted to track this.
The text was updated successfully, but these errors were encountered: