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
A lot of errors are generated, all of the form:
error TS2339: Property 'TopicNavigation' does not exist on type 'Required<{} & __VLS_WithComponent<"TopicsSearchControl", this, "TopicsSearchControl", "TopicsSearchControl", "TopicsSearchControl"> & __VLS_WithComponent<"TopicNavigat...
The error occurs in .vue files with component syntax (like below). Error is raised for all components used in the template of that vue file.
Vue - Official extension or vue-tsc version
2.1.x
VSCode version
1.93.1
Vue version
2.7.16
TypeScript version
5.4.5
System Info
package.json dependencies
Steps to reproduce
Run vue-tsc --build
What is expected?
No errors
What is actually happening?
A lot of errors are generated, all of the form:
error TS2339: Property 'TopicNavigation' does not exist on type 'Required<{} & __VLS_WithComponent<"TopicsSearchControl", this, "TopicsSearchControl", "TopicsSearchControl", "TopicsSearchControl"> & __VLS_WithComponent<"TopicNavigat...
The error occurs in .vue files with component syntax (like below). Error is raised for all components used in the template of that vue file.
@component({
components: {
NextPageLink,
TopicsSearchControl,
TopicNavigation
}
})
export default class TopicsSearch extends Vue {
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: