Skip to content

Commit

Permalink
Update import to rehackt in useLazyRef (#11552)
Browse files Browse the repository at this point in the history
* Update import to `rehackt` in `useLazyQuery`

* Add changeset
  • Loading branch information
jerelmiller committed Feb 1, 2024
1 parent f688036 commit 6ac2b0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/young-dots-breathe.md
@@ -0,0 +1,5 @@
---
"@apollo/client": patch
---

Fix import in `useLazyRef` causing import issues in the nextjs package.
2 changes: 1 addition & 1 deletion src/react/hooks/internal/useLazyRef.ts
@@ -1,4 +1,4 @@
import * as React from "react";
import * as React from "rehackt";

const INIT = {};

Expand Down

0 comments on commit 6ac2b0c

Please sign in to comment.