fkhadra / react-toastify

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

A minor issue with the jsdoc for closeOnClick #1113

Closed maou-shonen closed 1 month ago

maou-shonen commented 1 month ago

The jsdoc show the default is true, but it is actually false in practice.

image

The default setting is actually false.

https://github.com/fkhadra/react-toastify/blob/9600c4acab9f482900f82083205c0037eb5d3209/src/core/toast.ts#L77