fkhadra / react-toastify

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

Error typescript check ref.current #1025

Closed rullymartanto closed 6 months ago

rullymartanto commented 7 months ago

I tried using it in a React TypeScript project and attempted to add programmatic closing functionality, but encountered this ts error, anybody get the same issue?

image

fkhadra commented 6 months ago

Hey @rullymartanto your ref is typed as null. Do as follow

useRef<number|string>()