Open geminiyellow opened 7 years ago
Hi @geminiyellow,
Do you perhaps have the code doing that? Are you sure you are not dispatching it somewhere once again?
If you do not I assume the dispatch comes from => https://github.com/gor181/react-notification-system-redux/blob/master/src/notifications.js#L33 where we dispatch a hide
action as soon react-notification-system removes the notification. That can happen when the autoDimiss
is set.
autoDismiss
, OK let me check.
when i use
dispatch(Notifications.hide)
, it will causeRNS_HIDE_NOTIFICATION
twice. anybody can tell me why?