react-bs-notifier icon indicating copy to clipboard operation
react-bs-notifier copied to clipboard

onDismiss for alert-list vs. alert

Open zeroasterisk opened this issue 9 years ago • 2 comments

When passing in alerts to AlertList if they have onDismiss on them, it seems like those should be triggered

zeroasterisk avatar Nov 09 '16 17:11 zeroasterisk

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

moodysalem avatar May 05 '17 20:05 moodysalem

Can someone show an example of how onDismiss works with <Alert> @chadly

Ajlanclos avatar Oct 19 '18 19:10 Ajlanclos