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
Also the following issue could be a different mutation of the reported issue. Both issue are due to caching the _lightChildren on the parent
After calling domApi(customElement).appendChild(domApi(customElement).nextSibling) and then flush, the nextSibling of the custom element is not reported correctly by domApi.
http://jsbin.com/litugehexu/edit?html,console,output
Also the following issue could be a different mutation of the reported issue. Both issue are due to caching the _lightChildren on the parent
After calling domApi(customElement).appendChild(domApi(customElement).nextSibling) and then flush, the nextSibling of the custom element is not reported correctly by domApi.
http://jsbin.com/hijoxawewa/edit?html,console,output
The text was updated successfully, but these errors were encountered: