vue-splide
vue-splide copied to clipboard
fix: TS2339 on value.slice()
Related Issues
https://github.com/Splidejs/splide/issues/1215
Description
Adding a simple type hint prevents TypeScript from complaining about value.slice().
On my side the issue still occurs after code change, on "typescript": "5.1.6" I have to downgrade "typescript" to "~4.5.5"