You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when calling ObservableDocument<T>()
mobx.v6.2.0.js:73 Uncaught (in promise) Error: [MobX] Cannot obtain atom from undefined
at die (mobx.v6.2.0.js:73)
at getAtom (mobx.v6.2.0.js:5485)
at interceptHook (mobx.v6.2.0.js:2661)
at onBecomeObserved (mobx.v6.2.0.js:2654)
at new ObservableDocument (firestore-mobx.v1.4.0.js:119)
...
Any fix for this? Maybe im doing something wrong?
Aaron
The text was updated successfully, but these errors were encountered:
Hi!
I get the following error when calling
ObservableDocument<T>()
Any fix for this? Maybe im doing something wrong?
Aaron
The text was updated successfully, but these errors were encountered: