Closed
Description
Version
3.0.1
Reproduction link
https://github.com/DCzajkowski/vue-jsx-reproduction
Node and OS info
Node v9.11.2 / yarn 1.9.4 / macOS
Steps to reproduce
$ yarn && yarn serve
What is expected?
Compilation successful.
What is actually happening?
An error appears
ERROR in /Users/Darek/web/sites/test2-vue-project/src/views/Home.tsx
9:21 Property 'msg' does not exist on type 'ComponentOptions<Vue, DefaultData<Vue>, DefaultMethods<Vue>, DefaultComputed, PropsDefinition<Record<string, any>>, Record<string, any>> | ThisTypedComponentOptionsWithArrayProps<Vue, object, object, object, never> | ThisTypedComponentOptionsWithRecordProps<...> | undefined'.
7 | return (
8 | <div class='home'>
> 9 | <HelloWorld msg='Welcome to Your Vue.js TypeScript App' />
| ^
10 | </div>
11 | )
12 | }
No lint errors found
Version: typescript 3.0.3, tslint 5.11.0
Time: 9742ms
I am very sorry if this is a set-up problem on my side or if it's not a correct repo to report this kind of stuff. I don't have experience with TSX and really can't find a solution to why this may not work. Sorry if it's a duplicate.
P.S. is vuejs/vue#6856 related?