Closed ignissak closed 8 months ago
@ignissak Good day,
Thanks for the issue, the problem is clear. I'll try to make the changes this weekend. I'll ping you when this is resolved. :)
Since there is no fix yet, this is a workaround:
declare module '@morev/vue-transitions' {
const VueTransitions: any;
export default VueTransitions;
}
@ignissak Thank you for posting a workaround and I apologize for not being able to make the change yet. Low energy, limited time, a lot of things to do... Someday I'll clean this place up :)
@ignissak
This should be fixed with 3.0.1 release, thank you for pointing it out. Let me know if you are still experiencing any issues :)
Actual behavior
Importing VueTransitions shows TS error.
Expected behavior
Importing should be fine.
Steps to reproduce
main.ts:
Error:
Environment
Additional context
No response
Possible solution
No response