dexie / Dexie.js

A Minimalistic Wrapper for IndexedDB
https://dexie.org
Apache License 2.0
11.41k stars 640 forks source link

PSD.trans undefined #2018

Closed mofada closed 2 months ago

mofada commented 2 months ago

In my project, I added a new data and then deleted other data. When I deleted it, this error occurred.

the first, i add one data

image

and then, i delete other data

image

now broke up image

dfahlander commented 2 months ago

Is there any other dexie addons or middlewares active? Are you experiencing the same issue on dexie@3 or only with dexie@4?

mofada commented 2 months ago

I just used dexie@4

"dependencies": {
  "dexie": "^4.0.7"
}
dfahlander commented 2 months ago

Could you try with dexie@3 and see if you experience the same issue?

mofada commented 2 months ago

I think there might be a problem with the internal dependencies of my project. I used the CDN reference and it worked properly.