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
{{ message }}
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
Since Google is deprecating libraries for user authentication and authorization, I'm following this migration guide to update all the dependencies. When I update the script src & the jsSrc prop in the GoogleLogin component to https://accounts.google.com/gsi/client, I'm getting this error:
Uncaught TypeError: Cannot read properties of undefined (reading 'load')
I'm not sure how to fix this nor did I find any suitable solution on StackOverflow, does this issue require any updates in the component to get it resolved, or is there anything that can be done by the component users to fix the issue?
The text was updated successfully, but these errors were encountered:
Since Google is deprecating libraries for user authentication and authorization, I'm following this migration guide to update all the dependencies. When I update the script
src
& thejsSrc
prop in theGoogleLogin
component tohttps://accounts.google.com/gsi/client
, I'm getting this error:I'm not sure how to fix this nor did I find any suitable solution on StackOverflow, does this issue require any updates in the component to get it resolved, or is there anything that can be done by the component users to fix the issue?
The text was updated successfully, but these errors were encountered: