Skip to content

Commit 682aa45

Browse files
authored
Merge branch 'main' into pr/wrapHooks-2
2 parents d019058 + fc949bb commit 682aa45

File tree

2 files changed

+95
-58
lines changed

2 files changed

+95
-58
lines changed

docs/source/data/suspense.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ const PARTIAL_GET_DOG_QUERY: TypedDocumentNode<
257257
// Write partial data for Buck to the cache
258258
// so it is available when Dog renders
259259
client.writeQuery({
260-
query: GET_DOG_QUERY_PARTIAL,
260+
query: PARTIAL_GET_DOG_QUERY,
261261
variables: { id: "1" },
262262
data: { dog: { id: "1", name: "Buck" } },
263263
});

integration-tests/package-lock.json

+94-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)