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
Sharing in hope this information might help troubleshooting it:
I had the same issue after upgrading vue to 3.3, typescript to 5 and applied the new tsconfig.json.
I could remove the error after changing modeResolution to node.
I guess "modeResolution": "bundler" somehow prevents the types in compilerOptions.types to be merged?
Thank you for your work.
Also I removed the yarn.lock and re-installed the dependencies, which removed the old vue related packages. I'm not sure if they're related though.
#3383 #3372 #3388 #3188 We can close them in one fix.
The text was updated successfully, but these errors were encountered: