Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v-slot error when noPropertyAccessFromIndexSignature is enabled with v1.0.14+ #2236

Closed
jfrs opened this issue Dec 20, 2022 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@jfrs
Copy link

jfrs commented Dec 20, 2022

Similar to #561, after updating from 1.0.13 to 1.0.14 (same with .15 and .16), if using <template #actions> or <template v-slot:actions> then vue-tsc --noEmit fails with error TS4111: Property 'actions' comes from an index signature, so it must be accessed with ['actions'].

@jfrs jfrs changed the title Error when noPropertyAccessFromIndexSignature is enabled with v1.0.14+ v-slot error when noPropertyAccessFromIndexSignature is enabled with v1.0.14+ Dec 21, 2022
@johnsoncodehk johnsoncodehk added the bug Something isn't working label Dec 25, 2022
@6XGate
Copy link

6XGate commented May 2, 2023

This has started cropping up again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants