rcbyr / keen-slider

The HTML touch slider carousel with the most native feeling you will get.
https://keen-slider.io/
MIT License
4.57k stars 210 forks source link

Possibly wrong typing for details property #366

Open rozsival opened 10 months ago

rozsival commented 10 months ago

According to the documentation the track.details property is object | null

image

However, the typings for Keen's instance declare track.details to be always of type TrackDetails. This forces us to override types or use TS directives (such as @ts-expect-error) to handle null cases for the details property.