Vladimir

Results 3 issues of Vladimir

I want to use `hydrate()` many times with short live mobx-store objects. Therefor I want to clear any watchers. But there is a reaction into `hydrate()` function and I can't...

This typings works! My be it will be useful. I can add this typings: ```ts // mob-x-persist-schema.ts import { OmitProperties } from 'ts-essentials'; type SchemaFor = T extends Array ?...

I have a test. The test passes. ```ts import { makeAutoObservable, toJS } from 'mobx'; import { serialize, update } from 'serializr'; import { persist } from 'mobx-persist'; class StoreOneItem...