issues
search
day8
/
re-frame-10x
A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
634
stars
68
forks
source link
Fix hiccup rendering of operation names
#37
Closed
saskali
closed
7 years ago
saskali
commented
7 years ago
re-frame operation names in the form of
[:idle :add-event]
are incorrectly being interpreted as hiccup
change to extract operation name only
possible form for operation names:
ReagentInput
vector of keywords:
[:idle :add-event]
keyword:
:pieces
[:idle :add-event]
are incorrectly being interpreted as hiccupReagentInput
[:idle :add-event]
:pieces