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
constqueryFormRef=ref<typeofQueryForm>();// ...switch(queryFormRef.value?.getCurrentQueryType()){^^^^^^^^^^^^// Unsafe call of an `any` typed value.(@typescript-eslint/no-unsafe-call)
What did you expect to happen?
Not reporting since the typing of typeof VueComponent is correctly inferred:
What actually happened?
typeof VueComponent being inferred as any
Link to GitHub Repo with Minimal Reproducible Example
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
8.56.0
What version of
typescript-eslint-parser-for-extra-files
are you using?What did you do?
Configuration
https://github.com/n0099/open-tbm/blob/3ac89945c462f35f5400bec45fa9e4e1c26622f3/fe/.eslintrc.cjs#L485
https://github.com/n0099/open-tbm/blob/3ac89945c462f35f5400bec45fa9e4e1c26622f3/fe/src/views/Post.vue#L100
What did you expect to happen?
Not reporting since the typing of
typeof VueComponent
is correctly inferred:What actually happened?
typeof VueComponent
being inferred asany
Link to GitHub Repo with Minimal Reproducible Example
https://github.com/n0099/open-tbm/blob/3ac89945c462f35f5400bec45fa9e4e1c26622f3/fe
Additional comments
No response
The text was updated successfully, but these errors were encountered: