Skip to content

Commit 1c18c4d

Browse files
committed
chores
1 parent 14b4cb7 commit 1c18c4d

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.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": 42745,
3-
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 34813
2+
"dist/apollo-client.min.cjs": 42760,
3+
"import { ApolloClient, InMemoryCache, HttpLink } from \"@apollo/client\" (production)": 34803
44
}

src/react/hooks/internal/useWarnRemoved.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import * as React from "rehackt";
2-
import type {
3-
DeprecationName} from "../../../utilities/deprecation/index.js";
4-
import {
5-
warnDeprecated,
6-
} from "../../../utilities/deprecation/index.js";
2+
import type { DeprecationName } from "../../../utilities/deprecation/index.js";
3+
import { warnDeprecated } from "../../../utilities/deprecation/index.js";
74

85
export function useWarnRemoved(name: DeprecationName, cb: () => void) {
96
"use no memo";

0 commit comments

Comments
 (0)