Ember.js - “Cannot perform operations on a Metamorph that is not in the DOM” caused by template
问题 I've been having an issue with Ember.js throwing the error: Uncaught Error: Cannot perform operations on a Metamorph that is not in the DOM. I found these two SO questions, both of which involve direct manipulation of the DOM, which is not the case in my app. Searching for the error message also returns numerous Github issues related to the same type of direct DOM manipulation. 回答1: I was at a loss until I happened upon this issue on Github from a search entirely unrelated with the error