Prieyuda A.S

Results 2 issues of Prieyuda A.S

I do have a single query like this: ``` const rows = await db.active.collections .get('messages') .query( Q.where('status', messagesStatus.ERROR) ).fetch() ``` the results is like this: ``` [ { __changes: Object,...

I have an app that use persistReducer(). At first it doesnt work, realize the response from webservice that I want to keep it offline is huge (4.6MB). Then I optimize...