We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When passing in alerts to AlertList if they have onDismiss on them, it seems like those should be triggered
AlertList
onDismiss
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Can someone show an example of how onDismiss works with <Alert> @chadly
<Alert>
No branches or pull requests
When passing in alerts to
AlertList
if they haveonDismiss
on them, it seems like those should be triggeredThe text was updated successfully, but these errors were encountered: