masroorejaz / react-simple-captcha

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

not working! #31

Closed aliashrafi051 closed 1 year ago

aliashrafi051 commented 1 year ago

Not working with react 18^

masroorejaz commented 1 year ago

Try installing these two npm and let me know if this resolves your issue:

npm install assert --save npm install buffer --save