masroorejaz / react-simple-captcha

A very simple and powerful captcha for ReactJS
40 stars 19 forks source link

Could not find a declaration file for react-simple-captcha #25

Closed edotappstore closed 1 year ago

edotappstore commented 1 year ago

Hi

I am getting the below mentioned error after installing latest version of react-simple-captcha : 9.0.2 image

image

anything i am missing ?

Thank you

masroorejaz commented 1 year ago
npm install assert --save
npm install buffer --save
edotappstore commented 1 year ago

Thank you @masroorejaz that fixed the issue

masroorejaz commented 1 year ago

This is the recurring problem in ReactJS 18. I will add these two npm as my Dependency packages in upcoming release.