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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -3145,7 +3145,7 @@ it('does not suspend when partial data is in the cache and using a "cache-first"
expect(SuspenseFallback).not.toHaveRendered();
});
it('suspends and does not use partial data when changing variables and using a "cache-first" fetch policy with returnPartialData',async()=>{
it('suspends and does not use partial data from other variables in the cache when changing variables and using a "cache-first" fetch policy with returnPartialData: true',async()=>{