NightCatSama/vue-slider-component

[vue3.x] Type imports used as value importsNotUsedAsValues

inunez-vex opened this issue · 1 comments

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

verget commented

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