-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[redux] Error when Google/Facebook script wasn't loaded #79
Comments
Hi, @tashburn. Thanks for the report. I tried to reproduce it (also on MacOS 10.12.1 and Chrome 55), but I couldn't see the error. It seems to be related to this snippet on loadGoogleAuth2: () => new Promise((resolve) => {
window.gapi.load('auth2', resolve)
}) Something went wrong while loading google script and Does this only happen on fullstack? That code also exists on the redux branch. |
Mmm. Sounds likely that it's something peculiar on my side then. Thanks for checking it out. |
Added a verification to get rid of this error in 7d3cad0 |
Reopening as I'm still seeing an uncaught error. |
Fixed in #98 |
Thanks for creating this. I just starting playing with it and it looks fantastic.
I downloaded the fullstack branch code, ran
yarn
, thenyarn run dev
.The browser at localhost:3000 throws an exception:
I'm on MacOS 10.12.1 and using Chrome Version 55.0.2883.95 (64-bit). # @
The text was updated successfully, but these errors were encountered: