When I call go
on my system where I've defined vector-style derived keys in my duct configuration, e.g.
[:parent/key :child/key]
{ ... }
I'm getting
No method in multimethod 'init-key' for dispatch value: :integrant.composite/parent+child_<num>
although I have a defmethod for the :parent/key
defined.Did you require that NS?