ui icon indicating copy to clipboard operation
ui copied to clipboard

Step option for Slider is not supported in v1.1.3

Open hotyes opened this issue 4 months ago • 1 comments

step option for Slider is not supported in v1.1.3

Expected Behavior

step should be configurable and work as expected

Current Behavior

Object literal may only specify known properties, and 'step' does not exist in type 'SliderOptions'.ts(2353)

Environment

  • version:
    • "@pixi/ui": "1.1.3"
    • "pixi.js": "^7.4.2"

hotyes avatar Oct 01 '24 05:10 hotyes