···5555 if (!ssr || typeof window === 'undefined') {
5656 // We want to force the cache to hydrate, we do this by setting the isClient flag to true
5757 ssr = ssrExchange({ initialState: urqlServerState, isClient: true });
5858+ } else if (ssr && typeof window !== 'undefined') {
5959+ ssr.restoreData(urqlServerState);
5860 }
59616062 const clientConfig = getClientConfig(ssr);