can’t seem to add checkbox.tsx into /componant/ui and have it commit to github/deploy on vercel.
I can see the file in v0 but when i commit or deploy it fails and in github i see the commit but without the file.
no prompt, just manually added the checkbox .tsx to the component/ui cause i need it for some element. but it seems like it’s getting ignored when i commit it to git or when i deploy so then it will fail cause it’s missing that component.
Type error: Cannot find module '@/components/ui/checkbox' or its corresponding type declarations.
5 | import { Input } from "@/components/ui/input"
6 | import { Label } from "@/components/ui/label"
> 7 | import { Checkbox } from "@/components/ui/checkbox"
| ^
8 | import { SlidersHorizontal, X } from "lucide-react"
9 | import type { PropertyFilters as Filters } from "@/lib/.ignore-types"
10 |
Next.js build worker exited with code: 1 and signal: null
ELIFECYCLE Command failed with exit code 1.
Error: Command "pnpm run build" exited with 1
i see the file inside the folder structure but it’s not on my github when i push and vercel can’t build it.
i dont see any other errors.
Hey @roger-1519! Just checking in to see if you still need help with the checkbox.tsx issue. Have you had a chance to try prompting v0 to add the missing modules? I’m excited to help you get this sorted out! Thanks for being part of the community!