Skip to content

Commit 8be4f63

Browse files
authored
Merge branch 'release-3.11' into pr/rewrite-useQuery
2 parents 987aaad + 98e44f7 commit 8be4f63

File tree

6 files changed

+371
-357
lines changed

6 files changed

+371
-357
lines changed

.changeset/little-suits-return.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@apollo/client": minor
3+
---
4+
5+
Reimplement `useSubscription` to fix rules of React violations.

.size-limits.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"dist/apollo-client.min.cjs": 39819,
3-
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32851
2+
"dist/apollo-client.min.cjs": 39619,
3+
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32852
44
}

0 commit comments

Comments
 (0)