Hide palceholders for empty slot doesn't work as expected

Every time I open studio I see empty slots. So have to select “Hide palceholders for empty slots” and then click on the canvas for them to hide. Is this a bug?
image

Is that a custom code component or one of the built-in ones? If it is the former, you can try setting the hidePlaceholder meta. Read more in the Code Component docs.

1 Like

I have custom code components. hidePlaceholder works, thx.