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?
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.