react-bs-notifier
react-bs-notifier copied to clipboard
onDismiss for alert-list vs. alert
When passing in alerts to AlertList if they have onDismiss on them, it seems like those should be triggered
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