Closed github-actions[bot] closed 8 months ago
Path | Size |
---|---|
dist/apollo-client.min.cjs | 38.4 KB (+0.02% 🔺) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" | 46.24 KB (+0.03% 🔺) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) | 43.79 KB (+0.03% 🔺) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" | 33.95 KB (+0.02% 🔺) |
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) | 31.87 KB (+0.02% 🔺) |
import { ApolloProvider } from "dist/react/index.js" | 1.24 KB (+0.24% 🔺) |
import { ApolloProvider } from "dist/react/index.js" (production) | 1.22 KB (+0.33% 🔺) |
import { useQuery } from "dist/react/index.js" | 5.27 KB (+0.08% 🔺) |
import { useQuery } from "dist/react/index.js" (production) | 4.35 KB (+0.07% 🔺) |
import { useLazyQuery } from "dist/react/index.js" | 5.51 KB (+0.08% 🔺) |
import { useLazyQuery } from "dist/react/index.js" (production) | 4.58 KB (+0.09% 🔺) |
import { useMutation } from "dist/react/index.js" | 3.51 KB (+0.12% 🔺) |
import { useMutation } from "dist/react/index.js" (production) | 2.73 KB (+0.15% 🔺) |
import { useSubscription } from "dist/react/index.js" | 3.19 KB (+0.19% 🔺) |
import { useSubscription } from "dist/react/index.js" (production) | 2.38 KB (+0.13% 🔺) |
import { useSuspenseQuery } from "dist/react/index.js" | 5.41 KB (+0.08% 🔺) |
import { useSuspenseQuery } from "dist/react/index.js" (production) | 4.08 KB (+0.12% 🔺) |
import { useBackgroundQuery } from "dist/react/index.js" | 4.89 KB (+0.08% 🔺) |
import { useBackgroundQuery } from "dist/react/index.js" (production) | 3.55 KB (+0.09% 🔺) |
import { useLoadableQuery } from "dist/react/index.js" | 5.02 KB (+0.04% 🔺) |
import { useLoadableQuery } from "dist/react/index.js" (production) | 3.68 KB (+0.08% 🔺) |
import { useReadQuery } from "dist/react/index.js" | 3.17 KB (+0.1% 🔺) |
import { useReadQuery } from "dist/react/index.js" (production) | 3.11 KB (+0.07% 🔺) |
import { useFragment } from "dist/react/index.js" | 2.28 KB (+0.18% 🔺) |
import { useFragment } from "dist/react/index.js" (production) | 2.22 KB (+0.18% 🔺) |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-test, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
release-test
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onrelease-test
.⚠️⚠️⚠️⚠️⚠️⚠️
Releases
@apollo/client@3.9.9-rc.0
Patch Changes
466ef82
Thanks @PiR1! - Immediately dispose of thequeryRef
ifuseBackgroundQuery
unmounts before the auto dispose timeout kicks in.