-
Notifications
You must be signed in to change notification settings - Fork 35
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
Plugin is broken #10
Comments
I get the same error with caster. As soon as I use the plugin on an existing project it bugs out (and I'm using same version of owl-deepcopy and mongoose as the tests). I've tried wiping DB as well. |
We're using a new clone functionality now and we've tests that try to verify that this issue does not exist anymore. Could you give the most current version from master branch a try? |
Hi there! I've pulled down the master branch and got the same error as @tirithen when using the collection strategy. I'm using [email protected] and [email protected] |
+1 - same here |
I have the same problem after upgrading Mongoose to 3.8.25. It also seems to come from the deep copy of the |
+1 i also get the same errors. |
+1 for errors on an existing project. It appears that mongoose-version uses |
+1 Same error for me. I'm using [email protected] and [email protected] |
Anyone still maintaining this project. I dont see any activity ? |
@monk8800 What version of Mongoose you using? The mongoose-version published on npm doesn't have the latest updates, it won't work with Mongoose 4+, you need the latest source from git. I did send a pull request but I guess @saintedlama is busying on other stuff :) |
#22 This should fix the problem, thanks a lot @saintedlama! |
The application crashes when plugin is used.
Code in my Page.js
The error I get is:
If using strategy 'array' instead I get the error:
I am using [email protected] and [email protected]
The text was updated successfully, but these errors were encountered: