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
If dom is inserted into a template's content while it is stamping out, e.g. via createInstance, problems can occur. For example, sub-templates do not correctly maintain their 'ref' property. Given:
If dom is inserted into a template's content while it is stamping out, e.g. via createInstance, problems can occur. For example, sub-templates do not correctly maintain their 'ref' property. Given:
The resulting stamped #Ta will lose its ref property and therefore cannot find it's template (#foo is lost).
The text was updated successfully, but these errors were encountered: