-
Notifications
You must be signed in to change notification settings - Fork 340
2.0.3 typescript error #459
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
Comments
same problem here. but i suggest to use: ` export default vToolTip; Because |
As a partial solution you can add |
I sent pull request with solution to fix #459 |
FYI: To avoid getting these issues when upgrading packages, you can run I didn't have this in my CI until now, so this issue bit me, but I'm glad I have another safeguard in my CI :D |
What about this issue? @Akryum ? |
A good solution instead of using this library was to implement an own vue component with plain, configurable TippyJS. With that, also PropperJS Bugs are gone. |
@solidevolution Not sure how the PopperJS bugs can be gone with TippyJS since it uses popper under-the-hood... Regardless, that doesn't really help with this issue at all. |
@imwillhang, @solidevolution and @Akryum pull request that fixes this .. We should be good to go |
Locally working fix based on: stephenmathieson/node-tlds#11
|
I updated to
2.0.3
but it now gives a typescript error:I think it is resolved by changing lines 3 and 4 to one line:
At least with this I have no typescript error anymore, but I am not sure if this changes the meaning.
The text was updated successfully, but these errors were encountered: