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
The ID of the template was morphed but the children were not.
Is this an expected limitation? It is worth noting that when using the template element, the element's content is not rendered, only parsed into a document fragment. I am wondering if the fragment has a role to play in the observed behavior:
I've reviewed past issues and was not able to find a clear answer.
For the given markup:
And the following invocation of morphdom:
the resulting
morphed
value isThe ID of the template was morphed but the children were not.
Is this an expected limitation? It is worth noting that when using the
template
element, the element's content is not rendered, only parsed into a document fragment. I am wondering if the fragment has a role to play in the observed behavior:The text was updated successfully, but these errors were encountered: