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?
