-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Issues: Automattic/mongoose
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Typescript - .lean output is missing types
has repro script
There is a repro script, the Mongoose devs need to confirm that it reproduces the issue
typescript
Types or Types-test related issue / Pull Request
[Types] This issue can likely be resolved in GitHub issues. No bug fixes, features, or docs necessary
typescript
Types or Types-test related issue / Pull Request
DocumentArray.caster
should be Types.Subdocument
, not typeof Types.Subdocument
backwards-breaking
help
How to write a generic function to resolve PopulatedDoc type variables?
typescript
Types or Types-test related issue / Pull Request
Deduced type of an array in a schema is plain array instead of mongoose array.
backwards-breaking
typescript
Types or Types-test related issue / Pull Request
AutoInferredSchema class
typescript
Types or Types-test related issue / Pull Request
#14962
opened Oct 14, 2024 by
vkarpov15
Loading…
Issue with InferRawDocType, not resulting in simple js array, but instead as DocumentArray
confirmed-bug
We've confirmed this is a bug in Mongoose and will fix it.
typescript
Types or Types-test related issue / Pull Request
InferSchemaType produces DocumentArray instead of a simple Array
typescript
Types or Types-test related issue / Pull Request
Remove FlattenMaps due to issues with private and protected fields
discussion
If you have any thoughts or comments on this issue, please share them!
typescript
Types or Types-test related issue / Pull Request
Why is Types or Types-test related issue / Pull Request
any
used as the type for Document.id
?
backwards-breaking
typescript
Unexpected TS types for _id and _v in inferred types, particularly for subdocument arrays
typescript
Types or Types-test related issue / Pull Request
Docs :: Add guidance on using loadClass with Typescript
developer-experience
This issue improves error messages, debugging, or reporting
docs
This issue is due to a mistake or omission in the mongoosejs.com documentation
enhancement
This issue is a user-facing general improvement that doesn't fix a bug or add a new feature
typescript
Types or Types-test related issue / Pull Request
#12813
opened Dec 18, 2022 by
sgpinkus
2 tasks done
Properties with unknown type in the mongoose model when set timestamps to true in v6.8.0
typescript
Types or Types-test related issue / Pull Request
Add Typeguard for Populated documents, or at least note that it is possible in the populate guide
docs
This issue is due to a mistake or omission in the mongoosejs.com documentation
enhancement
This issue is a user-facing general improvement that doesn't fix a bug or add a new feature
typescript
Types or Types-test related issue / Pull Request
Export types to be able to extend from the Mongoose class
typescript
Types or Types-test related issue / Pull Request
[Types] all used types should be exported
typescript
Types or Types-test related issue / Pull Request
#11605
opened Mar 31, 2022 by
AbdelrahmanHafez
Better This issue is due to a mistake or omission in the mongoosejs.com documentation
typescript
Types or Types-test related issue / Pull Request
typeKey
support in TypeScript, or drop support for it in TypeScript altogether
docs
[Typscript] Wrong type for This issue improves error messages, debugging, or reporting
typescript
Types or Types-test related issue / Pull Request
new Model(doc)
developer-experience
Template literals for dotted paths in TypeScript
typescript
Types or Types-test related issue / Pull Request
ProTip!
Add no:assignee to see everything that’s not assigned.