Seeing double children slots when creating a slot on top of a code component

Hi.
Is it possible to remove double children when creating a slot on the component imported from react?
https://i.gyazo.com/ea22c461daa8aac7c323697ef40a3bde.png
https://i.gyazo.com/fc4cd34ffcbee0c0c8bcdd5eba209f57.png

Hi Alex, you can move the content inside your nested slot to outside by dragging and dropping in the left tree, after it you can delete the nested slot, is that what you want ?

Thanks Felipe. But is not what I need.

After I will delete the nested slot, I will not have a slot in plasmic anymore

Agreed this looks pretty ugly / verbose as it is :pensive: But it reflects what you’ve set up – basically re-exposing the children prop from the MUI component as the children prop of the wrapping component.

ok, I understand, thanks