Questions tagged [react-redux-notify]

React redux notify is a simple yet flexible component for displaying notifications. You can simply include the component within your app and use the default settings or you can choose to customize it in many different ways. The easiest way to get up and running is to install it via npm.

2 questions
4
votes
1 answer

WARNING: findDOMNode is deprecated in StrictMode, react-redux-notify

I am getting this warning while using, react-redux-notify index.js:1 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of CSSTransitionGroupChild which is inside StrictMode. Instead, add a ref directly to the…
raju
  • 6,448
  • 24
  • 80
  • 163
2
votes
0 answers

React redux notify rematch issue

Having trouble rendering Notify (notification component that is triggered onClick) component using rematch: redux framework to build store from models. dispatch(createNotification(config)) is being trigger but its not updating the state. Any idea…
Ruben
  • 326
  • 3
  • 9