We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
modelfactory.Schema({ items: Array })
Breaks in modelfactory but is supported by mongoose. Seems to be because Array is not considered an array by Array.isArray.
The text was updated successfully, but these errors were encountered:
Doesn't seem to support Schema.Types.Mixed either.
Sorry, something went wrong.
Thks for the feedback will have a look I am not using Mixed but it should not be too hard to implement
ccbdd7b
just pushed a new version let me know if that fixed the problem for you
No branches or pull requests
Breaks in modelfactory but is supported by mongoose. Seems to be because Array is not considered an array by Array.isArray.
The text was updated successfully, but these errors were encountered: