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
Certain events require DOM manipulations in the same process tick to work (eg, #14676).
So, we can't wait for a vsync mutate phase. But, if we mutate immediately, the cache will still provide invalid values until it's busted in the next mutate.
So, I need to add a method to dirty the cache immediately for these special cases.
The text was updated successfully, but these errors were encountered:
Certain events require DOM manipulations in the same process tick to work (eg, #14676).
So, we can't wait for a vsync mutate phase. But, if we mutate immediately, the cache will still provide invalid values until it's busted in the next mutate.
So, I need to add a method to dirty the cache immediately for these special cases.
The text was updated successfully, but these errors were encountered: