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

[vue3.x] Type imports used as value importsNotUsedAsValues #674

Open
inunez-vex opened this issue Feb 21, 2023 · 1 comment
Open

[vue3.x] Type imports used as value importsNotUsedAsValues #674

inunez-vex opened this issue Feb 21, 2023 · 1 comment
Labels

Comments

@inunez-vex
Copy link

Component Version: v4.0.0-beta.7

Multiple type imports are used as value. Imports should be replaced to 'import type'.

image

Affected files are:
vue-slider-dot.vue
vue-slider-mark.vue
vue-slider.vue
controls.ts
index.ts

@inunez-vex inunez-vex added the bug label Feb 21, 2023
@verget
Copy link

verget commented Mar 1, 2023

The type check in my project is failing because of this bug. If you also have the same issue you can stub vue-slider-component types temporally until it solved like this:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants