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
fix(webapp): the appearance settings and the page shell agree on the flag
The settings page read hasThemeSwitcher fresh while the root loader read it
through the 30s cache, so right after a flip a user could save a theme the
shell wasn't applying yet. Both now share the same cached read.
0 commit comments