Iván Yepes

Results 24 comments of Iván Yepes

0.6.8 Sanity? :D

Im also trying to accomplis this, but Typescript maybe is giving us a clue because: `TS2322: Type 'InMemoryCache' is not assignable to type 'ApolloCache'.` when trying to: ``` const cache...

> Thats a separate issue, but you can fix it with: > > ``` > persistCache({ > cache, > storage: window.localStorage as PersistentStorage, > }) > ``` Well, thats not...

@wtrocki thanks for the heads up, I assumed (and I think @fullhdpixel too) this could be used to make reactiveVars to persist, because it would be a game changer to...

Added minimal example of using a a reactive var to store the selected values for the currencies list!

@rebz @pillowsoft the example indeed "doesn't work" in terms of persistence. The example got updated for the apollo team to have a minimum viable demo app at hand to find...

@PedroBern thats fantastic news! Thank you very much for the apollo-client PR, ill be one of the first testers once that is merged for sure

For those still having errors with this and landing here (probs because they still on an older version of Parse, like myself) The API of the rewrote EventEmitter is the...

you can use prop singleImage={true}. It is there, but not showing in the documentation at the moment.