Skip to content

the declared prop name is error when passed to component #1220

@semi-aurora

Description

@semi-aurora

Prop "disableddate" is passed to component , but the declared prop name is "disabledDate". Note that HTML attributes are case-insensitive and camelCased props need to use their kebab-case equivalents when using in-DOM templates. You should probably use "disabled-date" instead of "disabledDate".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions