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(bootstrap): suppress CACHED banner for mixed hydration state (koala73#2029)
'mixed' means some tiers fetched live data (partially filled from cache).
Showing 'Live data unavailable' was factually incorrect and caused a
confusing flash on every load since markBootstrapAsLive() clears it
seconds later anyway.
Now only source === 'cached' (total fallback, zero live data) triggers
the CACHED banner and header indicator. Offline mode retains the banner
for both cached and mixed since any snapshot beats blank when offline.
0 commit comments