react-notification-system
react-notification-system copied to clipboard
A complete and totally customizable component for notifications in React
I've recently updated my project to react 17.0.2 and seems that the library is not compatible. Are you planning to update compatibility to React 17? I have react-notification-system updated to...
Hi Igor, for GitHub the latest release of your module is **0.27.17** (as reported in the GitHub project page). But I see that 2 tags have been created in the...
Due to [this line](https://github.com/igorprado/react-notification-system/blob/master/src/NotificationContainer.jsx#L20), if you override the container width, you must provide a value that is coercible to the `Number` type (e.g. 4 or "56.56", etc.). This is problematic...
Is there a way to have the notification color change in editNotification because level is not working in editNotification ---- here is my code for addNotification which is working fine...
Not pass a style prop to the compoent in render. Regards.
Is there a way to have the notification popup inside a container div instead of just the entire page? It appears that the custom styles get applied to the notification-message...
It pains me to say that the CommonJS code of version 0.3.0 of this great lib is not compatible with IE 11 :( At least without post-processing code in node_modules.
chrome error shows 'Function components cannot be given refs.'.
The prop `children` used to work as expected, and would render controls that were passed via it. Now it appears to no longer render anything. This code used to display...
When more than 1 notifications are there and we call **clearNotifications()**, it does not really remove the notification but only changes the heights to **0** which actually occupy some space...