Ember.js - “Cannot perform operations on a Metamorph that is not in the DOM” caused by template

后端 未结 3 2042
既然无缘
既然无缘 2021-02-15 11:00

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

3条回答
  •  被撕碎了的回忆
    2021-02-15 11:32

    Another cause are the attributes in HTML tags when we using handlebars data, for example:

    Use binding element attributes instead of normal method, for example:

提交回复
热议问题