Open Janealter opened 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.
I have installed
dexie 3.2.0
anddexie-react-hooks 1.1.1
and I got this error. The project uses Typescript 4.3.5. I have tried to findKeyPaths
andTableProp
in the Dexie repository and I couldn't. It's strange) Where are these types from?