You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this Client Oauth Lib, but When used in the Sign up form -
<Button onClick={() => googleAuth.signIn()} >Sign up
This produces an error saying - 'googleAuth' is possibly 'null'.
The text was updated successfully, but these errors were encountered:
I am trying to use this Client Oauth Lib, but When used in the Sign up form -
<Button onClick={() => googleAuth.signIn()} >Sign up
This produces an error saying - 'googleAuth' is possibly 'null'.
The text was updated successfully, but these errors were encountered: