vue-splide icon indicating copy to clipboard operation
vue-splide copied to clipboard

fix: TS2339 on value.slice()

Open lewebsimple opened this issue 2 years ago • 1 comments

Related Issues

https://github.com/Splidejs/splide/issues/1215

Description

Adding a simple type hint prevents TypeScript from complaining about value.slice().

lewebsimple avatar Aug 16 '23 14:08 lewebsimple

On my side the issue still occurs after code change, on "typescript": "5.1.6" I have to downgrade "typescript" to "~4.5.5"

azurewai avatar Oct 18 '23 17:10 azurewai