Skip to main content
Question

Replacing a placeholder component with a slot can break instances?

  • June 17, 2026
  • 0 replies
  • 17 views

Henrique_Dellazeri1

Hello,
Before slots were introduced, I created placeholder components in my library and configured them to accept locally created replacements. This applies to modals, for example.

Now that slots are available, I would like to switch from this method, but I’m concerned that doing so might cause issues for designers who use the replaceable component.

Any tips?