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
Error in Code
Currently on your webpage https://fkhadra.github.io/react-toastify/introduction/ it is showing transition: Bounce, instead of showing transition = "Bounce".
It should show transition= "Bounce"
I am using Chrome with latest React version.
I am attaching a screenshot as a proof .
So, please correct it .
i also show u the code which show error in my project.
The text was updated successfully, but these errors were encountered:
Pretty sure it needs to be a ToastTransition | undefined Type, so it should be:
ToastTransition | undefined
transition={Bounce}
and be sure to import the transition:
import { ToastContainer, Bounce } from 'react-toastify';
** This is also mentioned in #1091
Sorry, something went wrong.
No branches or pull requests
Error in Code
Currently on your webpage https://fkhadra.github.io/react-toastify/introduction/ it is showing transition: Bounce, instead of showing transition = "Bounce".
It should show transition= "Bounce"
I am using Chrome with latest React version.
I am attaching a screenshot as a proof .
So, please correct it .
i also show u the code which show error in my project.
The text was updated successfully, but these errors were encountered: