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
Because page/layout meta is updated on every single component change, situations where components update other components via pubsub end up triggering way more meta updates than necessary. We should debounce them (or at least debounce the basic edit action + updated timestamp ones)