We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the latest version of nestjs it spits out an error:
WARNING!! The @Middleware() decorator is deprecated and will be removed within next major release. Use @Injectable() instead.
The text was updated successfully, but these errors were encountered:
That is not an error, it is a warning. It still works, but just has an error. I will update it soon.
Sorry, something went wrong.
all packages are now v5, and are updated to support NestJS v5. Cheers!
No branches or pull requests
With the latest version of nestjs it spits out an error:
WARNING!!
The @Middleware() decorator is deprecated and will be removed within next major release. Use @Injectable() instead.
The text was updated successfully, but these errors were encountered: