silent error “UpgradeError Not yet support for changing primary key” in useLiveQuery() in Dexie
I was not aware that it was not possible to change primary key in Dexie and it gave me this error:
Dexie returns duplicated object after manually deleting the database and re-populate it. It only happens when you do not refresh the page
When the database is manually deleted and re-populated without refreshing the page, it will return duplicated data, even though the chrome inspector shows there are no duplicated data in the IndexedDB. There are no issues if you refresh the page right away database deletion.