@apollo/client-react-streaming
Advanced tools
Comparing version 0.0.0-commit-release.0.1724056645.812b3ef to 0.0.0-commit-release.0.1724057095.215fb1d
@@ -1186,7 +1186,3 @@ import React, { cache } from 'react'; | ||
// src/PreloadQuery.tsx | ||
var SimulatePreloadedQuery = React.lazy( | ||
() => import('./index.cc.js').then((pkg) => ({ | ||
default: pkg.SimulatePreloadedQuery | ||
})) | ||
); | ||
var SimulatePreloadedQuery; | ||
function PreloadQuery({ | ||
@@ -1197,2 +1193,9 @@ getClient, | ||
}) { | ||
if (!SimulatePreloadedQuery) { | ||
SimulatePreloadedQuery = React.lazy( | ||
() => import('./index.cc.js').then((pkg) => ({ | ||
default: pkg.SimulatePreloadedQuery | ||
})) | ||
); | ||
} | ||
const preloadOptions = { | ||
@@ -1199,0 +1202,0 @@ ...options, |
{ | ||
"name": "@apollo/client-react-streaming", | ||
"version": "0.0.0-commit-release.0.1724056645.812b3ef", | ||
"version": "0.0.0-commit-release.0.1724057095.215fb1d", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "url": "git+https://github.com/apollographql/apollo-client-nextjs" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1174445
10345