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
I have searched existing issues to ensure the bug has not already been reported
Mongoose version
8.9.1
Node.js version
20.16.0
MongoDB server version
5.0.2
Typescript version (if applicable)
5.7.2
Description
On hydrating (with enabled hydratedPopulatedDocs option) a model has deep nested populated data, on second and next levels it applies in a raw condition without hydration.
Prerequisites
Mongoose version
8.9.1
Node.js version
20.16.0
MongoDB server version
5.0.2
Typescript version (if applicable)
5.7.2
Description
On hydrating (with enabled
hydratedPopulatedDocs
option) a model has deep nested populated data, on second and next levels it applies in a raw condition without hydration.Steps to Reproduce
Virtuals populated hydration:
Expected Behavior
Populated properties should be hydrated on all nested levels
The text was updated successfully, but these errors were encountered: