react-notifications
react-notifications copied to clipboard
Notification component for ReactJS
I want to add some HTML to my notification text. `NotificationManager.warning('hello world');` [Original Issue](https://github.com/minhtranite/react-notifications/issues/25)
Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of CSSTransitionGroupChild which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn...
Getting warning index.js:1 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition which is inside StrictMode. Instead, add a ref directly to the element you want...
``` react_devtools_backend.js:4026 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition which is inside StrictMode. Instead, add a ref directly to the element you want to...
The CSS of the repository uses the class `.notification-leave` to draw the exit animations. Some versions of react however use `.notification-exit` (and `.notification-exit-active`) as the exit animations. On these versions...
Unable to change the width of notification and content in the notification is overflowing.
error TS7016: Could not find a declaration file for module 'react-notifications'. '/node_modules/react-notifications/lib/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/react-notifications` if it exists or add a new declaration...
I want to handle API success and error, i just call `createNotification()` function. But its not work without onClick event. Please tell me that, how can i solve this issue....
This should be explained in the documentation.
Would be nice to have a prop to fire the callback also when the notifications times out.