react-redux-notify icon indicating copy to clipboard operation
react-redux-notify copied to clipboard

Update notification?

Open karuhanga opened this issue 5 years ago • 1 comments

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.

karuhanga avatar Jul 26 '19 10:07 karuhanga

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.

deep-c avatar Jul 28 '19 01:07 deep-c