-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Island rhythms/gh 6963 Can overwrite foreignField #12657
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some things still need to be done:
- fix the tests (they seem to be consistently failing), the added checks dont check if the previous field is actually defined (see
options
) - from what i can tell the options
localField
andforeignField
are new topopulate
-options and have not been added to the jsdoc or types yet - a
npm run lint --fix
would be good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM now, though from what i can tell, the "new" options are not in the jsdoc or types
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this works, but has a few issues that we need to patch up. I'll take a look.
No description provided.