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
Re-rendering on subtree change causes an infinity loop without a shadow DOM, and the code-block from seed-rs.org uses custom elements without a shadow DOM.
Right now seed is forcing re-initialization of custom elements to update code inside
code-block
on seed-rs.org (see #325 #328).I propose to use a mutation observer to detect if the inner HTML of the custom element has changed (see example).
I'll take a care of this issue and updating
code-block
.The text was updated successfully, but these errors were encountered: