There is a PR open that actually fix this issue. If you want it to be fix without waiting, you can directly make the changes from it in your fresh install.
Just install Vue Starter Kit and it comes with 3 problems
I just do fresh install. At first it doesn't highlight the error. But when open the file the error is there.
2 problem in file Welcome.vue
- Line 14 :
Property '$page' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { Head: InertiaHead; Link: InertiaLink; }, {}, {}, {}, ComponentOptionsMixin, ... 19 more ..., {}>'.ts-plugin(2339)
- Line 217 :
Argument of type '{ class: string; style: { mixBlendMode: "plus-darker"; }; }' is not assignable to parameter of type 'SVGAttributes & ReservedProps & Record<string, unknown>'. Type '{ class: string; style: { mixBlendMode: "plus-darker"; }; }' is not assignable to type 'SVGAttributes'. Types of property 'style' are incompatible. Type '{ mixBlendMode: "plus-darker"; }' is not assignable to type 'StyleValue'. Type '{ mixBlendMode: "plus-darker"; }' is not assignable to type 'undefined'.ts-plugin(2345)
1 problem in tsconfig.json Line 1 :
Cannot find type definition file for 'vue/tsx'. The file is in the program because: Entry point of type library 'vue/tsx' specified in compilerOptions
Please or to participate in this conversation.