Cannot find module '@radix-ui/react-tooltip' or its corresponding type declarations. #827
Replies: 4 comments 12 replies
-
Would you mind providing some more information on your setup here? The type declarations are fine for me in a CodeSandbox at the moment https://codesandbox.io/s/pensive-fermi-3iwi7 |
Beta Was this translation helpful? Give feedback.
-
If someone experience this issue and the package seems to be installed in
That fixed the issue for me |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
npm uninstall @radix-ui/react-tooltip |
Beta Was this translation helpful? Give feedback.
-
Cannot find module '@radix-ui/react-tooltip' or its corresponding type declarations.
Cannot find module '@radix-ui/react-slot' or its corresponding type declarations. TS2307
import React, { ReactElement } from "react";
import { Root, Trigger, Content } from "@radix-ui/react-tooltip";
^
import { Slot } from "@radix-ui/react-slot";
^
function Tooltip(): ReactElement {
Beta Was this translation helpful? Give feedback.
All reactions