Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module not found: Can't resolve '@radix-ui/react-visually-hidden' #71

Open
viveleroi opened this issue Nov 26, 2024 · 0 comments
Open

Comments

@viveleroi
Copy link

Doing a fresh clone of this repo locally using pnpm 9.14.2, the following error is thrown when I try pnpm dev. It seems to be several of the radix-ui packages.

./node_modules/.pnpm/@[email protected][email protected][email protected]_j3s6rmlx7byisagjbwyeu6igzq/node_modules/@radix-ui/react-tooltip/dist/index.mjs:17:1
Module not found: Can't resolve '@radix-ui/react-visually-hidden'
  15 | import { Slottable } from "@radix-ui/react-slot";
  16 | import { useControllableState } from "@radix-ui/react-use-controllable-state";
> 17 | import * as VisuallyHiddenPrimitive from "@radix-ui/react-visually-hidden";
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18 | import { jsx, jsxs } from "react/jsx-runtime";
  19 | var [createTooltipContext, createTooltipScope] = createContextScope("Tooltip", [
  20 |   createPopperScope

Similar errors also for import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu" and import { DismissableLayer } from "@radix-ui/react-dismissable-layer";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant