Eugene Zaretskiy

Results 14 comments of Eugene Zaretskiy

Something to be aware of: The new gapi.auth2 API does not work when the "third party cookies" checkbox in Chrome is ticked, nor in Safari or Chrome's Private Browsing mode,...

@lukecwilliams [It looks like they might be fixing it, maybe.](https://github.com/google/google-api-javascript-client/issues/260) In the meantime, I have replaced all use of GAPI's javascript client with regular OAuth and REST libraries.

Something to be aware of: The new `gapi.auth2` API does not work when the "third party cookies" checkbox in Chrome is ticked, nor in Safari or Chrome's Private Browsing mode,...

If you do `yarn flow type-at-pos FILENAME LINE# COL#` do you get the same result? If so, it's flow that's misconfigured somehow.

I also have a project this change would help a lot. I am building multiple Browserify bundles from different repositories, and currently only use LiveReactload in the primary package, so...

Can you try again with 3.3.0 please?

This is fixed in `livereactload@next`. Another `next` to add to your list. 😄 See upgrade instructions [here](https://github.com/milankinen/livereactload/tree/4.x#migration-from-livereactload-3x).

By default, the new `livereactload` assumes your code is idempotent (can be run over and over without issue) and the `inject-tap-event-plugin` is not idempotent. Wrap it in a try catch...

Apologies for the delay and for suggesting that the new beta would fix the issue. I got it confused with a different fix. However, I recreated your code with `react-hot-boilerplate`...

@arcticShadow Check out PR #138 . It might help these problems. If not, please reply in the PR since I think it's related.