new PouchDb. TypeError: The superclass is not a constructor.
Open
- Dominant language
- JavaScript
- Stars
- 17.6k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
Hi, cant start with a pouchDb. After installation pouch and types, i cant use it:
```ts
import * as PouchDB from "pouchdb";
const db = new PouchDB("appState"); // TypeError: The superclass is not a constructor.
```
TS, Vite, Client-side
`import PouchDB from "pouchdb"` returns same error
Contributor guide
Assessment
This issue has not been assessed yet.