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 created a starter typescript project and added the example file from the readme to test this out. However I am getting the following error for UserSchema:
Type instantiation is excessively deep and possibly infinite. ts(2589)
@jainil Note that this issue has been resolved in newer Mongoose versions, so if you want to upgrade your Mongoose version you can do so (must be 6.4.1 or higher)
I created a starter typescript project and added the example file from the readme to test this out. However I am getting the following error for UserSchema:
Type instantiation is excessively deep and possibly infinite. ts(2589)
Is this an issue with the lib or my config?
My tsconfig:
The text was updated successfully, but these errors were encountered: