Open zeroasterisk opened 8 years ago
looks like you are supposed to give onDismiss to AlertList and it gets called with the item: https://github.com/chadly/react-bs-notifier/blob/master/src/alert-list.jsx#L10
Can someone show an example of how onDismiss
works with <Alert>
@chadly
When passing in alerts to
AlertList
if they haveonDismiss
on them, it seems like those should be triggered