convoyinc/apollo-cache-hermes

[question] How to deal with "writeData is not implemented by Hermes yet" error?

amok opened this issue ยท 6 comments

amok commented

Hi!
I've tried to replace my cache by Hermes and the lib spits out to my console

writeData(): void { // eslint-disable-line class-methods-use-this
throw new Error(`writeData is not implemented by Hermes yet`);
}
So the question is: do you plan to implement it) and if so, then when?

goldo commented

Same question! Any news ?

nevir commented

Sorry about the radio silence! :(


Yup! We plan on implementing writeData (and any other behavior added to the cache interface recently); hopefully within the next few weeks

Hi ! Any news on this ? I would be happy to see this as I use apollo link state

@crubier did you find any alternative?

@theallseingeye nope. Still using apollo-cache-inmemory

Any updates on this? I would love to use apollo-cache-heremes but it's partly dependent on this.