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
Today I used patch-package to patch @vueform/multiselect@2.5.2 for the project I'm working on.
I was having errors at build time Type 'typeof import("blabla")' is not a constructor function type..
Seems to be a recurring problem for persons using Vue 3 (I saw the issues 142 and 58 and 83).
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
@vueform/multiselect@2.5.2
for the project I'm working on.I was having errors at build time
Type 'typeof import("blabla")' is not a constructor function type.
.Seems to be a recurring problem for persons using Vue 3 (I saw the issues 142 and 58 and 83).
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: