deepakaggarwal7

Results 39 comments of deepakaggarwal7

Which version were you using? If you found it in v3.4.12, you can try v.3.4.13 which might fix the issue. I had upgraded webpack and heard issues of crashing nextjs...

Is your problem resolved? If yes, what was the fix? Did the last comment help?

There are a few issues mentioning that the component doesn't work as functional component as prototype isn't supported. Will check more.

Are you using next.js? Also please specify react-social-login version being used.

Also, if you can do a json.stringify of what the error is, it will be easier. I tried to fail the program through several ways, but didn't come across this...

Please check this https://codesandbox.io/s/serene-http-k3tf5 working nextjs example. Let me know if it helps? If it help you fix, please share the details in this thread.

Given that it is wrapped inside "else if (this.state.isLoaded && this.state. isConnected) {" which will be true only when user has already successfully connected, do you see a concern? On...

Let me explain my understanding. Feel free to correct me. User uses Google Authentication successfully in which case SDK will mark it logged in. However, there's custom logic (for example...

I know it was reported long back. Still, I want your help to understand it. 1. user clicks Login with Google => popup opens 2. user closes the popup window...

Please check the demo code once. Google login functionality is working in demo https://deepakaggarwal7.github.io/react-social-login/ Google will deprecat it in 2023. We will upgrade this library by then. Are you trying...