Craig Shewry

Results 1 comments of Craig Shewry

Had this issue with Tanstack Router when using `Sidebar`. The fix was to go into `components/ui/sidebar.tsx` and change the import from: ```tsx import { VariantProps, cva } from "class-variance-authority"; ```...