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've noticed that when using dexie-observable and dexie-relationships together, an error is raised as soon as you call db.on('changes', (changes) => {}
Uncaught (in promise) TypeError: Cannot read property 'subscribe' of undefined.
To reproduce simply add this import in your file that initializes the Dexie isntance: import 'dexie-observable';
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
I've noticed that when using dexie-observable and dexie-relationships together, an error is raised as soon as you call
db.on('changes', (changes) => {}
To reproduce simply add this import in your file that initializes the Dexie isntance:
import 'dexie-observable';
Thanks!
The text was updated successfully, but these errors were encountered: