gor181 / react-notification-system-redux

Redux wrapper for react-notification-system
MIT License
324 stars 59 forks source link

Feature request: Remove notifications by level #71

Open fsmaia opened 5 years ago

fsmaia commented 5 years ago

It would be nice to have an .remove(level) or .removeByLevel(level) that removes all notifications from a specific level (warning, success, info).

I think it would be very simple to implement 'cause is the same logic from .hide(uid), using a different filter condition in the reducer.

If this is a desired feature, I can implement it and open a PR.