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
When using vue-facing-decorator version 4.0.0 in a Vue 3 TypeScript project within a PNPM workspace mono repository, ESLint fails to detect undefined functions or variables. I did not test it on a regular single repository. ESLint config is untouched and generated by Vue CLI.
Uh oh!
There was an error while loading. Please reload this page.
Environment
When using vue-facing-decorator version 4.0.0 in a Vue 3 TypeScript project within a PNPM workspace mono repository, ESLint fails to detect undefined functions or variables. I did not test it on a regular single repository. ESLint config is untouched and generated by Vue CLI.
Some example code:
Screenshots
Description: Neither the function nor the variable does exist.
Expected behavior on 3.0.4:
Wrong behavior on 4.0.0:
The text was updated successfully, but these errors were encountered: