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(loading): Prevent isLoading from being true with fallbackData
When `fallbackData` is provided, `isLoading` should not be true initially.
Instead, `isValidating` should be true to indicate background revalidation.
This prevents a "flash of skeleton" UI when initial data is available.
Fixesvercel#3046
0 commit comments