Skip to content

Commit

Permalink
Update docs/recipes/ApolloClientCache.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Edwards <[email protected]>
  • Loading branch information
frankcalise and cdanwards authored Jun 21, 2024
1 parent 201f430 commit 6b9f55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/ApolloClientCache.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ reactotron.onCustomCommand({
Reactotron.display({
name: "Apollo Cache",
preview: "Cache Snapshot",
value: client.cache.extract(),
value: apolloClient.cache.extract(),
});
},
});
Expand Down

0 comments on commit 6b9f55f

Please sign in to comment.