simple-react-notifications icon indicating copy to clipboard operation
simple-react-notifications copied to clipboard

Global configure on notifier() call not working.

Open sushmitg opened this issue 5 years ago • 1 comments

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.

sushmitg avatar Mar 02 '20 11:03 sushmitg

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

rizwan-ishtiaq avatar Jul 09 '20 19:07 rizwan-ishtiaq