Hey there, I’m having an issue while trying to style the Rail, Track or Handle classNames of the Ant Design Slider. In the editor or while using the component via loader everything works, but when I switch to codegen those styles get lost.
First pic is from the studio (what should be the styles I applied)
Second pic is from codegen (styles get lost)
Exploring the component registration file, i have found this selector. It starts with :slider which I guess is a custom CSS pseudo class made for the slider.
In the past I had a similar problem with a code component I made, which I don’t fully recall, but I ended up editing the selector by putting at the beginning “:component :self”