upsert icon indicating copy to clipboard operation
upsert copied to clipboard

TS2339: Property 'upsert' does not exist on type 'Database<{}>'.

Open pejman1 opened this issue 4 years ago • 1 comments

Using upsert plugin throw this error in Typescript TS2339: Property 'upsert' does not exist on type 'Database<{}>'.

how can I solve this issue ?

pejman1 avatar Jun 03 '20 15:06 pejman1

I had to install the types for pouchdb-upsert: npm install @types/pouchdb-upsert

HeikoKanzler avatar Sep 15 '20 12:09 HeikoKanzler