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
With typescript 5, Any @InjectModel has the following error attached to it:
Unable to resolve signature of parameter decorator when called as an expression.
Argument of type 'undefined' is not assignable to parameter of type 'string | symbol'.ts(1239)
"@nestjs/sequelize": "^9.0.0" > sequelize.decorators.d.ts still has the following:
Is there an existing issue for this?
Current behavior
With typescript 5, Any
@InjectModel
has the following error attached to it:"@nestjs/sequelize": "^9.0.0" > sequelize.decorators.d.ts still has the following:
I may need to be re-compiled using the latest nestjs/common and re-deploy to npm, to get this bugfix in: nestjs/nest#10970
Minimum reproduction code
N/a
Steps to reproduce
N/A
Expected behavior
No error
Package version
9.0.0
NestJS version
9.3.12
Node.js version
16.14
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: