Skip to content

Commit 9c1005b

Browse files
authored
Update TypeScript React Apollo documentation (#10425)
Added warning about compatibility issues with Apollo Client 4.0 and provided a link to a tutorial video for migration.
1 parent 2ca94f5 commit 9c1005b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/src/pages/plugins/typescript/typescript-react-apollo.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ We now recommend using the `client-preset` package for a **better developer expe
1616

1717
</Callout>
1818

19+
<Callout type="warning">
20+
21+
The generated hooks created by this package are no longer compatible with Apollo Client 4.0. We provide a codemod that automates the the migration to the `client` preset. See the [tutorial video](https://youtu.be/GGmt0hvnQNU?si=4DQEyqc24pfiih9J) to learn how to use the codemod to migrate your codebase.
22+
23+
</Callout>
24+
1925
<PluginHeader />
2026
<PluginApiDocs />
2127

0 commit comments

Comments
 (0)