You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using webpack, and when importing upsert's pouchdb-promise dependency, it imports pouchdb-promise/lib/index.es.js, which exports a module (where Promise is module.default and not module), which breaks upsert.
The solution would be not exporting different APIs from index.js and index.es.js in pouchdb-promise but I can't find the repo for it.
The text was updated successfully, but these errors were encountered:
I'm using webpack, and when importing upsert's pouchdb-promise dependency, it imports
pouchdb-promise/lib/index.es.js
, which exports a module (where Promise is module.default and not module), which breaks upsert.The solution would be not exporting different APIs from index.js and index.es.js in pouchdb-promise but I can't find the repo for it.
The text was updated successfully, but these errors were encountered: