Closed cristian-sima closed 5 years ago
One of the packages was an old version of this package and it had a conflict
Hi @cristian-sima, I'm facing the same problem. Do you remember what package caused the trouble and how you fixed the error? Thx.
I was also facing this issue. I found that removing "react-notification-system" from my package fixed it. Seems to work fine with only the redux version.
I was also facing this issue. I found that removing "react-notification-system" from my package fixed it. Seems to work fine with only the redux version.
i remove "react-notification-system" but same error
I fixed that simply updating dependency version
"react-notification-system-redux": "^1.2.0",
to
"react-notification-system-redux": "^2.0.0",
hope, it helped you guys.
So. I create a notification using
createNotification("error")
, it is displayed, then when the notification should be deleted I receive thisThis is my configuration: