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
fix: Add missing Radix UI dependencies for Label and Switch
Adds `@radix-ui/react-label` and `@radix-ui/react-switch` to
the `dependencies` in `frontend/package.json`.
These packages are required by the `label.tsx` and `switch.tsx`
ShadCN UI components but were not previously listed as dependencies,
leading to TypeScript errors (TS2307: Cannot find module) during
the frontend build process within Docker.
This change ensures that these dependencies are installed,
allowing the project to build successfully.
0 commit comments