You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After starting the role_playing_frontend project, the console reports that dependencies are missing, but in fact, the dependencies have been installed correctly. #40
./components/ui/toggle.tsx:5:1
Module not found: Can't resolve '@radix-ui/react-toggle'
3 | import * as React from 'react';
4 | import { type VariantProps, cva } from 'class-variance-authority';
5 | import * as TogglePrimitive from '@radix-ui/react-toggle';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 | import { cn } from '@/lib/utils';
7 |
8 | const toggleVariants = cva(