Skip to content

Alert: cannot use lists inside of Alert component #37

@sebsobseb

Description

@sebsobseb

When using an <ul> inside of an Alert component you get following console log:

Example:

<Alert title={{ label: 'Belangrijk' }}>
    <ul>
        <li>Puntje 1</li>
        <li>Puntje 2</li>
        <li>Puntje 3</li>
    </ul>
</Alert>
Image Image

Is this intended? Should we not suppose to use list's inside the Alert component?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions