Aylur / ags

A customizable and extensible shell
GNU General Public License v3.0
1.74k stars 95 forks source link

Missing 'vertical' property in SliderProps #415

Closed mihokei closed 1 month ago

mihokei commented 1 month ago

Ags Version

1.8.2

Description

tsserver throws

Object literal may only specify known properties, and 'vertical' does not exist in type 'SliderProps<unknown, Slider<unknown>>'.

but this property doest exist in Slider widget.

mihokei commented 1 month ago

Tested https://github.com/Aylur/ags/commit/11150225e62462bcd431d1e55185e810190a730a

Problem is not solved, though.