react-redux-notify
react-redux-notify copied to clipboard
Update notification?
Awesome work on this. Does this support updating a notification's message? I'm thinking of a scenario where I have a long running operation.
Hi, thanks. Currently its doesnt but it should be pretty easy to add. Just need to create a new action in https://github.com/deep-c/react-redux-notify/blob/master/src/modules/Notifications.js for updateNotification and have it take the id, and new configuration for the notification.