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
In 0.1.3 and previous version, each binding (i.e height.style) is associated with a MutationObserver, which is wasteful. All style observers of an element should share a single mutation observer.
The text was updated successfully, but these errors were encountered:
In
0.1.3
and previous version, each binding (i.eheight.style
) is associated with aMutationObserver
, which is wasteful. All style observers of an element should share a single mutation observer.The text was updated successfully, but these errors were encountered: