-
Notifications
You must be signed in to change notification settings - Fork 309
Open
Description
I noticed something in the Playground section of the documentation for . The example currently shows:
<ToastContainer ... transition: Bounce, />
React-Toastify is a React library, I think it would be better to use JSX syntax like this
<ToastContainer ... transition={Bounce} />
Using curly braces ({}) for the transition prop follows JSX conventions and avoids any errors when passing JavaScript values.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels