masroorejaz / react-simple-captcha

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

It doesn't support .TSX #14

Closed SolManali closed 2 years ago

SolManali commented 2 years ago

I tried to use the plugin on my .tsx but it doesn't support it. The error is "Could not find a declaration file for module 'react-simple-captcha'"

SolManali commented 2 years ago

I Use next.js.

There's also an error if i continue with the warning:

C"annot use import statement outside a module"

masroorejaz commented 2 years ago

Hello,

I still haven't make it compatible with next.js or typescript yet.

I will do when I will get some free time.

Meanwhile all the code is on github you can try converting it to next.js by your self

Thank you.