-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Import error using with reactivue. #21
Comments
|
With Vue3 that part of the compilation seems to continue fine, but then the code starts to break in places that previously compiled without problem. If I fill the file with //@ ts-ignore it compiles ok, but then one file after another gets broken types too, files that have nothing to do with it. Just by removing the import from @vueuse/core everything compiles without type problems, I'm sure this doesn't happen in plain javascript, it's something with typescript that goes crazy in the whole project. I will try later to test this in a clean proyect. |
Is that still a case? |
Close for now. Feel free to reopen with a proper reproduction if it still occurs. |
I'm trying to use vueuse with reactivue and I'm getting this error:
The text was updated successfully, but these errors were encountered: