-
Add an index with current minute composite key (with value) to the Dexie player DB. This would help prevent "double click"-like duplicates from getting into the queue.
But, I dunno, maybe someone …
-
Here are the steps to recreate the bug.
```` bash
npx create-next-app
cd my-app
yarn add dexie dexie-observable dexie-syncable
````
package.json
````json
{
"dexie": "^3.0.2",
"dexi…
-
Looks like you need to import Dexie first or something?
All I get is `db is not defined`.
Do you have any projects that are using this library so I can see an example?
-
As of today, it is documented here https://dexie.org/docs/Dexie/Dexie.getDatabaseNames() that it is impossible in Dexie 3 and 4 to listen for the creation/deletion of databases. I'd love to have an ob…
-
## Summary
Wiping out the IndexedDB can lead to this error happening whenever it is then accessed, even after a page refresh:
`Uncaught (in promise) Error: InvalidStateError: Failed to execute 'tr…
-
I have installed `dexie 3.2.0` and `dexie-react-hooks 1.1.1` and I got this error. The project uses Typescript 4.3.5. I have tried to find `KeyPaths` and `TableProp` in the Dexie repository and I coul…
-
Related: http://dexie.org/docs/DexieErrors/Dexie.VersionChangeError.html
- Dexie のバージョンを update したのち、古い Feeles を起動すると例外が発生する
- 常にそのクライアントで最新のコードが動く部分(後方互換性を完全にサポートする)と、バージョンに合わせて変化する部分(まれに破壊的なアップデ…
-
I'm trying to use Dexie in Angular and get this error:
Uncaught ReferenceError: dexie__WEBPACK_IMPORTED_MODULE_0__ is not defined
**angular.json**
`"assets": [
"src/favicon.ico…
-
This happens unit testing in node.js with fake-indexeddb
```
WriteableCollection.Collection (node_modules/dexie/tools/tmp/src/Dexie.js:1920:24)
new WriteableCollection (node_modules/dexie/tools/t…
ghost updated
5 years ago
-
Hi All,
Thanks for this great library! I was talking with the folks at textile.io, who are building [js-threaddb](https://github.com/textileio/js-threaddb). It is a local-first database which wil…