fkhadra / react-toastify

React notification made easy 🚀 !

Home Page:https://fkhadra.github.io/react-toastify/introduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Typo in playground ToastContainer transition prop

Topman-14 opened this issue · comments

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.

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