TarVK / model-react

A data model system to use with react hooks
https://tarvk.github.io/model-react/examples/build/
MIT License
13 stars 3 forks source link

Add cacher error handler #28

Open TarVK opened 3 years ago

TarVK commented 3 years ago

We should add an error callback when computing the cached value:

https://github.com/TarVK/model-react/blob/master/src/model/dataSources/DataCacher.ts#L94