fkhadra / react-toastify

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

The documentation gives an example of an error #1054

Open mihilt opened 4 months ago

mihilt commented 4 months ago

https://fkhadra.github.io/react-toastify/introduction/#the-playground

In this documentation, I noticed that if I change some options below, it shows the changed code directly. So I set some options to make what I wanted to use.

But I found only the translation attribute had the :(colon) like a javascript object. Even after changing the transition setting, this issue still occurred.

image

I guess this example should be changed this way.

<ToastContainer
    // other props...
  transition={Bounce}
  />