dexie / Dexie.js

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

Module '"dexie"' has no exported member 'KeyPaths', Module '"dexie"' has no exported member 'TableProp' #1516

Open Janealter opened 2 years ago

Janealter commented 2 years ago

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 couldn't. It's strange) Where are these types from?

Janealter commented 2 years ago

I've figured out that it's because dexie-react-hooks 1.1.1 isn't compatible with dexie 3.2.0. With dexie 3.2.0 you should use dexie-react-hooks 1.0.7. I think this information should be explicitly described in https://dexie.org/docs/libs/dexie-react-hooks page.