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.
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.