Skip to content

Borderless prop is not in type definition #1513

@whaaaley

Description

@whaaaley

Image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions