peripheral
peripheral copied to clipboard
Feature: Update master component after each attach
Update component after each attach so it allows to have
(-> (map->MasterComponent {:x :x})
(p/attach :observer1 observer {:x :x})
(p/attach :observer2 observer {:observer1 :observer1}))