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
Hi👋
After doing the nest build, I am getting the following error.
I think it is probably related to the fact that I have updated to TypeScript 5 series.
Is there any workaround for this?
src/common/sentry/sentry.service.ts:6:16 - error TS1239: 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'.
6 constructor(@InjectSentry() private readonly sentry: Sentry) {}
~~~~~~~~~~~~~~
Hi👋
After doing the
nest build
, I am getting the following error.I think it is probably related to the fact that I have updated to TypeScript 5 series.
Is there any workaround for this?
Verification Codes
environment
The text was updated successfully, but these errors were encountered: