Hi,
- In the
ToastNotificationList, one of the prop i can pass is className.
ToastNotificationList should use the patternfly className toast-notifications-list-pf.
- If i pass my own
className it will override the default className toast-notifications-list-pf.
https://github.com/patternfly/patternfly-react/blob/master/src/components/ToastNotification/ToastNotificationList.js#L67
- Is this the behavior we want?
- Shouldn't it use
toast-notifications-list-pf as className together with the className i am passing as a prop?
- I guess so, because the description of this field is
additional alert classes.