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
This PR added native types which is much appreciated.
Sadly though, these types don't cover cases where specific functions need to be configured for the plugin. So the following results in Typescript compilation issues:
This PR added native types which is much appreciated.
Sadly though, these types don't cover cases where specific functions need to be configured for the plugin. So the following results in Typescript compilation issues:
someSchema(mongooseAutoPopulate, { functions: ['findOne'] })
Package versions
Happy to throw a PR together so solve this issue - just want to find out if this is a me-only problem.
The text was updated successfully, but these errors were encountered: