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
The semver of pouchdb-promise seems not to have been respected. I think that it's the root of the issue. The latest version is 6.3.4, the export must have been changed along the way.
But I could't find how to resolve alias in create-react-app without ejecting.
So I've just imported plugin from dist like: var replicationStream = require('pouchdb-replication-stream/dist/pouchdb.replication-stream.min.js');
Hope this helps someone.
Is there any better way of doing it?
Uh oh!
There was an error while loading. Please reload this page.
I have noticed the following issue in my console:
pouchdb-replication-stream/lib/pouch-utils.js
Line 3 in 223344f
Applying the following diff in
pouchdb-replication-stream/lib/pouch-utils.js
fix my issue:The text was updated successfully, but these errors were encountered: