Hugh Willson

Results 135 comments of Hugh Willson

Would anyone here be able to provide a small runnable reproduction?

Thanks for working on a reproduction @theodoretliu. Your reproduction uses the `@apollo/client` beta though, which unfortunately doesn't work with the current `@apollo/react-ssr` v3.1.3 package that you're using. The `@apollo/client` beta...

Would one of you be able to provide a small runnable reproduction for this? Thanks!

Thanks for this PR @jcready! I'm wondering if we're over-complicating things here a bit. What if we just added something like a `clearPreviousDataOnLoad` prop. When it's `true`, we make sure...

Thanks for the feedback @jcready. Regarding making this the default behavior, I agree, but we're kinda of stuck with things the way they are now (due to backwards compatibility issues)....

Is anyone here still encountering this issue, using the 3.1.0 versions of all packages?

Thanks @ducarroz - yes, we haven't had a chance to get to this one yet. We will (🤞) very soon.

Would anyone here be able to provide a small, runnable reproduction? The repro provided in https://github.com/apollographql/react-apollo/issues/3486#issuecomment-537420370 is fixed by updating to 3.1.3, but it isn't related to the original issue...

@dylanwulf is right; we're in the process of merging this project directly into [`apollo-client`](https://github.com/apollographql/apollo-client), for the release of Apollo Client 3 (you can follow along [here](https://github.com/apollographql/apollo-client/pull/5116)). We're still maintaining this...

Any chance you can provide a small runnable reproduction that shows this happening?