-
Notifications
You must be signed in to change notification settings - Fork 882
Open
Description
Full type error:
Type '{ borderless: true; expanded: true; isDark: true; transparent: true; trimWeeks: true; color: string; modelValue: string; titlePosition: string; "v-model": string; }' is not assignable to type 'IntrinsicAttributes & Partial<{ updateOnInput: boolean; inputDebounce: number; color: string; isDark: boolean | "system" | DarkModeClassConfig; ... 7 more ...; isRange: boolean; }> & Omit<...>'.
Property 'borderless' does not exist on type 'IntrinsicAttributes & Partial<{ updateOnInput: boolean; inputDebounce: number; color: string; isDark: boolean | "system" | DarkModeClassConfig; ... 7 more ...; isRange: boolean; }> & Omit<...>'.ts(2322)
(property) borderless: true
I'm using JSX for this component, however I do think this is a problem with the type definition and not JSX. The borderless property still works fine.
"v-calendar": "^3.1.2",
Metadata
Metadata
Assignees
Labels
No labels
