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

后端 未结 3 1890
甜味超标
甜味超标 2021-02-15 10:47

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:22

    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:

提交回复
热议问题