Skip to main content
Question

Using multiple slots in 1 component with the same slot property?

  • March 6, 2026
  • 2 replies
  • 37 views

Daniek

Hi all! The new Slot has just been released and I’m looking into replacing the selfmade slots in our library with the new released slots. But I’m already walking into my first problem with the new slots. 

I have a component where we have 2 slots with the same instance swap property. These slots have boolean variables added to them so they will be hidden/shown on different breakpoint modes.

With the new slots I have not found a way to use the same slot property twice in the same component yet, other than keeping our current setup for now, does anyone have a good idea on how to solve this?

2 replies

Gayani_S
Figmate
  • Community Support
  • March 6, 2026

Hey ​@Daniek, thanks for sharing this! 

I’ve shared your use case with the team internally to better understand whether this is a current limitation or if there’s a recommended workaround. I’ll update you here as soon as I have more clarity.

Really appreciate you taking the time to explain your setup so clearly


Becca_Fuller

I found in the latest update that there is a conflict with the new slots property if any object adding to that slot contains an instance-swap property. Once I changed the base component from being an instance swap option it worked again. And I could add as suggested components the same options to various slot properties as long as they did not contain that instance swap. I hope this gets fixed, but it helped me for now.