module ViewComponent::SlotableV2

def inherited(child)

see #test_slots_pollution
Clone slot configuration into child class
def inherited(child)
  child.registered_slots = self.registered_slots.clone
  super
end