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

typescript build error #1023

Closed
jacobg opened this issue Oct 30, 2024 · 0 comments
Closed

typescript build error #1023

jacobg opened this issue Oct 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jacobg
Copy link

jacobg commented Oct 30, 2024

It seems that the Slots interface needs to be exported to resolve a typescript error when updating to Vue 3.5:

interface Slots {

Please see this @vue/core issue:
vuejs/core#12286 (comment)

A similar issue occurred in the vue-chartjs library and was resolved by exporting an interface:
https://github.com/apertureless/vue-chartjs/pull/1107/files

@jacobg jacobg added awaiting triage The issue is not reviewed by the maintainers bug Something isn't working labels Oct 30, 2024
@Jasenkoo Jasenkoo removed the awaiting triage The issue is not reviewed by the maintainers label Nov 2, 2024
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

2 participants