mesqueeb/vuex-easy-firestore

Sync problem- Uncaught (in promise) TypeError: n._sync.syncStack.debounceTimer.refresh is not a function

tusharthe opened this issue · 3 comments

Uncaught (in promise) TypeError: n._sync.syncStack.debounceTimer.refresh is not a function

Mainly this error occurs specially user goes offline & try to perform insertion or deletion.
mutation data store in vuex persisted-state state but not able to perform write action to Firebase collection
& further actions related to that collection always failed.

image

Hi, would you mind trying with the dev branch and tell us if the error still occurs? Thanks

I have try with dev branch still same error occurs
it mainly happens when i try to insert new document & i have open the channel using openDBChannel

error happen always whatever action i perform until i closeDBChannel with clearModule : true

image

Hi, would you mind trying with the dev branch and tell us if the error still occurs? Thanks

I have try with dev branch still same error occurs