react-google-login not compatible with React 18 What is an alternative?

234 Views Asked by At

I'm working on a React 18 application, and I want to add Google Authentication to it. However, when I try to use the react-google-login library, I encounter an error indicating that it's not compatible with my React version.

Is there an alternative solution or library that I can use to implement Google Authentication in my React 18 application?

Here's the error ss

0

There are 0 best solutions below