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
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
The text was updated successfully, but these errors were encountered:
After upgrading to 3.2.x there is typescript error in Tooltip directive.
Tooltip was ok in v.3.1.2
The text was updated successfully, but these errors were encountered: