pedestal-app
pedestal-app copied to clipboard
:** in render config does not seem to work as advertised
[:node-create [:a :* :c :*] render-me]
matches a keypath of
[:a :v :c :z]
but
[:node-create [:a :* :c :* :**] render-me]
does not.
It is my understanding that :** should match 0 or more components.