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

Typescript error in Tooltip directive #943

Closed
ubau opened this issue Feb 4, 2021 · 2 comments
Closed

Typescript error in Tooltip directive #943

ubau opened this issue Feb 4, 2021 · 2 comments

Comments

@ubau
Copy link

ubau commented Feb 4, 2021

After upgrading to 3.2.x there is typescript error in Tooltip directive.

TS2693: 'Tooltip' only refers to a type, but is being used as a value here.

  > 34 | app.directive('tooltip', Tooltip);
       |                          ^^^^^^^
    35 | app.mount('#app');
    36 | 

Tooltip was ok in v.3.1.2

@avenmore
Copy link

avenmore commented Feb 4, 2021

Duplicate of this issue.

@mertsincan
Copy link
Member

Fixed in #877.

Best Regards,

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

3 participants