Skip to content

Commit

Permalink
Fixed 66
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Jul 24, 2023
1 parent 173aad5 commit 6b7e99d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Equal, Expect } from "../helpers/type-utils";

import { ForwardedRef, forwardRef } from "react";
import { ForwardedRef, forwardRef, useRef } from "react";

type FixedForwardRef = <T, P = {}>(
render: (props: P, ref: React.Ref<T>) => React.ReactNode,
Expand Down

0 comments on commit 6b7e99d

Please sign in to comment.