Skip to content

className can accept array but the type does not #147

@el

Description

@el

We can use an array for className attribute, but the definition does not allow it, which causes an error:

className?: string | undefined -> className?: string[] | string | undefined

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