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>
Is this intended? Should we not suppose to use list's inside the Alert component?