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 inside a reactive tag one non-HTML-element tag gets re-rendered, all the tag gets rerendered.
It may be problematic for some other HTML elements.
We need some way to protect those elements, by this means:
Put some decoration in the template on this element for protection.
Raise an exception in the template parsing time if some reactive part of the template code in the same reactive context can possibly make a protected element be rerendered.
The text was updated successfully, but these errors were encountered:
If inside a reactive tag one non-HTML-element tag gets re-rendered, all the tag gets rerendered.
It may be problematic for some other HTML elements.
We need some way to protect those elements, by this means:
The text was updated successfully, but these errors were encountered: