[Bug-16284] Perspective slider invisibility

Perspective slider invisibility only makes part of the slider invisible in 8.0.10.

What are you doing to make it invisible? While I’m using 8.0.12 nightly, I don’t believe we changed anything that should affect this functionality.

I tried
visibility: "hidden"
and
display: "none"
and both of those worked for me.

Could you also provide a screenshot of the issue as you see it?

Setting the visibility false leaves the left part of the slider visible.

Oh, neat. I’ll open a ticket to get this fixed, but in the meantime you could always use position.display to determine whether the component is displayed.

As a second alternative, display: none as part of props.style works as well.