-
-
Notifications
You must be signed in to change notification settings - Fork 761
Closed
Description
Thanks for taking the time for writing this bug report.
Code
Please include the code required to reproduce the bug.
import { DayPicker } from "react-day-picker";
export function Start() {
return (
<DayPicker />
);
}
Expected Behavior
I want to add the calendar component by using "npx shadcn@latest add calendar", but I'm getting the following error. I've been able to add other components, like the card and table, but I'm getting an error with the calendar.
Actual Behavior
I'm getting an error preventing me to adding the calendar.
Screenshots
Metadata
Metadata
Assignees
Labels
No labels