fkhadra / react-toastify

React notification made easy 🚀 !
https://fkhadra.github.io/react-toastify/introduction
MIT License
12.33k stars 676 forks source link

Bug: Typo in playground ToastContainer transition prop #1062

Open Topman-14 opened 4 months ago

Topman-14 commented 4 months ago

scrnli_2_9_2024_2-31-37 PM

I think the image is pretty self-explanatory, In the playground, the transition prop in the ToastContainer is written as an Object property, I'd like to fix it, if its okay with you.

AleksandrMaj commented 4 months ago

Yeah, after I copied it in my application, I was a bit confused why I have there an error. It needs curly brackets to be accepted. This important statement worked for me in the App.tsx file: import {ToastContainer, Zoom} from "react-toastify";

Maybe someone else has the same problem