t49tran / react-google-recaptcha-v3

Google Recaptcha V3 integration for React
MIT License
427 stars 91 forks source link

Add back React 16.3 to peerDependencies #148

Closed Silviu-Marian closed 1 year ago

Silviu-Marian commented 1 year ago

It's compatible alright. The API is the same, so this version should be there.

Other dependencies in some projects prevent the upgrade and maybe don't want to force people to use --force or --legacy-peer-deps.

t49tran commented 1 year ago

Thanks @Silviu-Marian

Silviu-Marian commented 1 year ago

Ah, I forgot to do the same to react-dom in the same file. Can you please update? Or do you prefer another PR?