You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please consider the following test case. Clicking "Add dom-bind directly" for the first time, it will append the dom-bind template but not its bound children. Upon clicking it again, it adds the bound content as intended.
Root caused to distribution reentrancy during attached. Short-term solution is for dom-bind to address this specifically; @sorvell to open general issue to cover the reentrancy problem.
Hello,
please consider the following test case. Clicking "Add dom-bind directly" for the first time, it will append the dom-bind template but not its bound children. Upon clicking it again, it adds the bound content as intended.
http://jsbin.com/weyobaqewo/6/edit?html,output
The text was updated successfully, but these errors were encountered: