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
Whenever you try to table.update(0, {value: "whatever"});, it does update the IndexedDB, but doesn't in useLiveQuery().
Reproduction example: https://github.com/Semanual/dexie-repro
Click the "Randomize" button and see that the IndexedDB updates, but the number above retrieving live from it doesn't. The same doesn't happen with any other primary key, such as 1.
The text was updated successfully, but these errors were encountered:
Whenever you try to
table.update(0, {value: "whatever"});
, it does update the IndexedDB, but doesn't in useLiveQuery().Reproduction example: https://github.com/Semanual/dexie-repro
Click the "Randomize" button and see that the IndexedDB updates, but the number above retrieving live from it doesn't. The same doesn't happen with any other primary key, such as 1.
The text was updated successfully, but these errors were encountered: