react-toastr
react-toastr copied to clipboard
React.js toastr component
# Problem `React.createFactory` has been deprecated since React v16.13.0. https://github.com/facebook/react/releases/tag/v16.13.0 https://reactjs.org/docs/react-api.html#createfactory But `react-toastr` uses `createFactory` function, so it causes a warning. ``` Warning: React.createFactory() is deprecated and will be removed...
Hello, I started using this library recently for a new project I'm working on, and I find that every time a toast message is opened it throws me the following...
`toastr` returns a reference to the resulting toastr object when you e.g. `toastr.info(...)`, however, as far as I can tell there is no way to get this reference using `react-toastr`....
Hi Tom, I've been using 3.0.0 for several months now -- really digging the rewrite and the styleguide docs! I've recently encountered an issue with the preventDuplicates check, which I...
FYI....bootstrap 4.2.1 introduces a .toast css rule that breaks your background-color settings.
As a user, I'd like to be taken to the right documentation when I navigate through the links on the README Currently, every link on the README takes me to...
i was unable to find a way to prevent the bounce animation. i tried using toastr.js options (which this is based on), but those options were unrecognized and did not...
How do i import demo.css into my react project? I am currently using using **create-app** to generate my project
warning.js:44 Warning: Unknown props toastMessageFactory, toastType, preventDuplicates, newestOnTop on tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop in div (created by ToastContainer) in ToastContainer (created by Notification)...