mesqueeb / vuex-easy-firestore

Easy coupling of firestore and a vuex module. 2-way sync with 0 boilerplate!
https://mesqueeb.github.io/vuex-easy-firestore
MIT License
234 stars 28 forks source link

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

Closed tusharthe closed 2 years ago

tusharthe commented 4 years ago

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

louisameline commented 4 years ago

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

tusharthe commented 4 years ago

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

tusharthe commented 4 years ago

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