We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you want to request a feature or report a bug?
I would like to report a bug in The Playground Toast Container.
What is the current behavior?
-Current Code Snippet throws error.
The issue can be resolved in 2 ways:
import { Bounce } from 'react-toastify';
and replace transition: Bounce, with transition={Bounce}
transition: Bounce,
transition={Bounce}
just replace transition: Bounce, with transition="Bounce" on need to import any library.
transition="Bounce"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Do you want to request a feature or report a bug?
I would like to report a bug in The Playground Toast Container.
What is the current behavior?
-Current Code Snippet throws error.
The issue can be resolved in 2 ways:
import { Bounce } from 'react-toastify';
and replace
transition: Bounce,
withtransition={Bounce}
just replace
transition: Bounce,
withtransition="Bounce"
on need to import any library.The text was updated successfully, but these errors were encountered: