simple-react-notifications
simple-react-notifications copied to clipboard
Global configure on notifier() call not working.
Second, specify it during the notifier() call or in configure():
notifier.success("The number of meetings you have next week: ", {
position: "top-right",
autoClose: 10000
});
The above code doesn't override the global configure object. Toaster still closes after 3 seconds.
Hello @sushmitg , As Alex seem busy and not responding anything, i have checked your issue and it is no longer valid in latest version.
Futhermore i have created a fork of this repo and maintaining it with name "simple-react-notifications2" https://github.com/rizwan-ishtiaq/simple-react-notifications2 you can use this to get latest version from npm and report any bugs if you find something in future