A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vuejs/vetur/issues/3424 below:

VTI not compatible with Typescript 4.6.4. · Issue #3424 · vuejs/vetur · GitHub

Info Problem

Running npx vti diagnostics

File : .../src/client/components/Board.vue:1:1
Error: Cannot find name '__vlsComponentHelper'.
> 1 | <template>
    | ^
  2 |     <div :class="getGameBoardClassName()">
  3 |         <div class="hide-tile-button-container">
  4 |           <div class="hide-tile-button" @click="$emit('toggleHideTiles')" data-test="hide-tiles-button">
File : .../src/client/components/Board.vue:1:1
Error: 'this' implicitly has type 'any' because it does not have a type annotation.
> 1 | <template>
    | ^
  2 |     <div :class="getGameBoardClassName()">
  3 |         <div class="hide-tile-button-container">
  4 |           <div class="hide-tile-button" @click="$emit('toggleHideTiles')" data-test="hide-tiles-button">

This occurs with every .vue file in the repo.

I was able to eliminate the issue by downgrading to Typescript 4.4.4.

Reproducible Case

At the risk of having the issue closed, I probably won't generate the project given the guidance below, but I can endeavor to recreate it with my open source project if you like. (In the meantime I'm going to proceed with unbreaking my own build. ;))


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4