Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call stack exceeded error due to change in PouchDB clone() #2

Closed
nolanlawson opened this issue Oct 23, 2015 · 2 comments
Closed

Call stack exceeded error due to change in PouchDB clone() #2

nolanlawson opened this issue Oct 23, 2015 · 2 comments

Comments

@nolanlawson
Copy link
Member

PouchDB's clone() has changed, so we can no longer pass recursive or non-JSON objects into the PouchDB constructor.

This line causes an endless error.

You can repro in the local-npm project by checking out a branch where I ran into this issue:

hub clone nolanlawson/local-npm
cd local-npm
git checkout update-pouchdb-5
./bin.js
@marten-de-vries
Copy link
Member

I really need to get the tests ported to JS for these projects, I hate not being able to run the tests while these projects formerly had 100% coverage. Anyway, this is too important, and the solution is fine.

👍

@nolanlawson
Copy link
Member Author

ca43145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants