convoyinc / apollo-cache-hermes

A cache implementation for Apollo Client, tuned for performance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

amok opened this issue · comments

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?

Same question! Any news ?

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.