Hi, cant start with a pouchDb. After installation pouch and types, i cant use it:
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