Skip to content

Commit

Permalink
Merge branch 'release-3.11' into pr/rewrite-useQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas authored Jul 4, 2024
2 parents 987aaad + 98e44f7 commit 8be4f63
Show file tree
Hide file tree
Showing 6 changed files with 371 additions and 357 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-suits-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@apollo/client": minor
---

Reimplement `useSubscription` to fix rules of React violations.
4 changes: 2 additions & 2 deletions .size-limits.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"dist/apollo-client.min.cjs": 39819,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32851
"dist/apollo-client.min.cjs": 39619,
"import { ApolloClient, InMemoryCache, HttpLink } from \"dist/index.js\" (production)": 32852
}
Loading

0 comments on commit 8be4f63

Please sign in to comment.