module ViewComponent::SlotableV2
def inherited(child)
Clone slot configuration into child class
def inherited(child) child.registered_slots = self.registered_slots.clone super end
def inherited(child) child.registered_slots = self.registered_slots.clone super end