matei-radu / react-recaptcha-v2

Google reCAPTCHA v2 React component that does not pollute the DOM.
MIT License
7 stars 1 forks source link

Compatibility react #12

Closed DevlM closed 2 years ago

DevlM commented 3 years ago

Hello need a update for React v17

npm ERR! While resolving: client@0.1.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"^17.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.0.0" from @matt-block/react-recaptcha-v2@1.0.6
npm ERR! node_modules/@matt-block/react-recaptcha-v2
npm ERR!   @matt-block/react-recaptcha-v2@"*" from the root project
matei-radu commented 3 years ago

I'll make the necessary changes this week and publish a new version

imnasnainaec commented 2 years ago

I'll make the necessary changes this week and publish a new version

Any update on the progress of this?

matei-radu commented 2 years ago

@DevlM @imnasnainaec apologies for the delay, I lost track of this.

I published version 1.0.8 which adds support for React 17 and 18, plus some other quality-of-life updates. I'll leave this issue open for a while in case you experience any problems with the update.

imnasnainaec commented 2 years ago

@matei-radu Thanks!