Skip to content

Commit 17b665e

Browse files
committed
Chores
1 parent ed3dec6 commit 17b665e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.size-limits.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 43917,
3-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 38626,
4-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 33617,
5-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 27660
2+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (CJS)": 43932,
3+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production) (CJS)": 38712,
4+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\"": 33629,
5+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 27675
66
}

docs/source/caching/cache-field-behavior.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,9 +586,9 @@ const cache = new InMemoryCache({
586586
fields: {
587587
books: {
588588
merge: false,
589-
}
590-
}
591-
}
589+
},
590+
},
591+
},
592592
},
593593
});
594594
```

0 commit comments

Comments
 (0)