Skip to content
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

TSLINT indicates TS2321 and TS2345 #12

Open
zhengweichao opened this issue Feb 24, 2022 · 0 comments
Open

TSLINT indicates TS2321 and TS2345 #12

zhengweichao opened this issue Feb 24, 2022 · 0 comments

Comments

@zhengweichao
Copy link

app.use(VueCookieNext);

TSLINT check indicates several errors in this line of code.

TS2321: Excessive stack depth comparing types 'IVueCookieNext' and 'Plugin_2'.
TS2345: Argument of type 'IVueCookieNext' is not assignable to parameter of type 'Plugin_2'.

Although I can ignore it, I think it's better to solve it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant