react-toastify
react-toastify copied to clipboard
React notification made easy 🚀 !
I'm using a custom CSS in my application and I've noticed that since updating to v9 the `autoClose` option no longer work. After a short debug session I've found that...
SyntaxError: The requested module 'react' is expected to be of type CommonJS, which does not support named exports. CommonJS modules can be imported by importing the default export. For example:...
**Do you want to request a *feature* or report a *bug*?** Bug report! **What is the current behavior?** Thanks for the great library, this is very slick and professional! Unfortunately...
**Do you want to request a *feature* or report a *bug*?** I want to request a feature **What is the current behavior?** Currently, when using toast.promise you can only set...
**Do you want to request a *feature* or report a *bug*?** A Bug **What is the current behavior?** v9.0.4 seems to add a breaking change . My setup works with...
I'd really like to use my own completely styled toast component and just use the toastify api to display/close it. It doesn't seem like this is possible (didn't find anything...
There was no way to add custom type for "pending" and "error" event for ToastPromiseParams
## Issue In version 9, `shaking` still occurred when **dragging while clicking the `close button`**. > This problem occurs prominently in the **safari desktop** environment. - [Issue new video](https://drive.google.com/file/d/1qAyAVcsCV2jkRm9OpQjJJn01roIaJlPx/view?usp=sharing) -...
I don't have `allowSyntheticDefaultImports` set in my project, so the typescript compiler is giving me warnings about these imports. This PR will fix the warnings
Toastify supports 3 basic themes: light, dark and colored. When selecting the theme on https://fkhadra.github.io/react-toastify/introduction/ , nothing happens to the `` sample code. This should trigger the **theme attribute** to...