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
ERROR in Join.vue.ts
14:29-35
[tsl] ERROR in Join.vue.ts(14,30)
TS2558: Expected 3-5 type arguments, but got 1.
ERROR in Join.vue.ts
15:0-16
[tsl] ERROR in Join.vue.ts(15,1)
TS2322: Type 'string' is not assignable to type 'T[K]'.
'string' is assignable to the constraint of type 'T[K]', but 'T[K]' could be instantiated with a different subtype of constraint 'any'.
webpack compiled with 2 errors
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
A minimal reproducible example that includes laravel-mix, vue, ts-loader, and typescript would speed up resolving the issue.
Please provide the exact reproduction steps, such as the commands to run to reproduce the error. If this cannot be provided, the issue will be closed.
Vue version
3.5.13
Link to minimal reproduction
https://play.vuejs.org/#eNp9UstOwzAQ/JWVL4CEgkrhUoVKgDiAxEPADaMqJJvWxVlbfpSiKv/OJmnTClW9JPbsrGd27JW4tjZZRBQjkfrcKRvAY4gWdEbTKymCl2IsSVXWuAArKLBUhI+mQA01lM5UcMTtR0yhgK7McoQHo+ieSrOSFFUxolh9oTuVFH4tTnpAUi1JksYA83WDh6tdgXRz0Mfn+PhEUk9LFpmOyGSADwCW4QVIwWJSjAas1O3Xej1Wt99/9PM99A7bSx/uoTdY/SkpPesS5Lx4E7CyOgvIO4B0NhhzTOkZ/xviTlGccsi5oVJNk7k3xDfRakqRm8oqje7ZBmWIL2K0dZNpbX4eWiy4iL2rfIb59x587pcNJsWLQ49ugVJsJ8ncFENXvnt7wiWv+2JliqiZfaD4it7o2HjsaDeRCra9w2vd3rdvSNH03d8tA5LfDNUY3QYuBQd1e2D0rd1hctH2cfyc4mSBrjmTAxwml8lgKOo/+vPv+Q==
Steps to reproduce
npm install
npm install laravel-mix
npm install vue
npm install ts-loader
npm install typescript
What is expected?
Laravel Mix v6.0.49
✔ Compiled Successfully in 2632ms
webpack compiled successfully
What is actually happening?
npm run watch
✖ Mix
Compiled with some errors in 18.32s
ERROR in Join.vue.ts
14:29-35
[tsl] ERROR in Join.vue.ts(14,30)
TS2558: Expected 3-5 type arguments, but got 1.
ERROR in Join.vue.ts
15:0-16
[tsl] ERROR in Join.vue.ts(15,1)
TS2322: Type 'string' is not assignable to type 'T[K]'.
'string' is assignable to the constraint of type 'T[K]', but 'T[K]' could be instantiated with a different subtype of constraint 'any'.
webpack compiled with 2 errors
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: