hi everyone. is anyone using rum
with emacs
or spacemacs
?
this might be a long shot, asking it here but I’m trying to adjust indentation of macros. basically this is how my indentation works at the moment
(rum/defc some-component
< rum/static
some/other-thing
[]
...)
and I’m trying to indent it like so
(rum/defc some-component
< rum/static
some/other-thing
[]
...)
perhaps someone else had this problem and sorted out somehow..
I just go with
(r/defcs tree-c <
r/reactive
(focus-control)
[state dispatch]
that's what I do too
Hello guys. How I can render PureComponent from rum? Tried
(rum/defc header
[]
(js/TextLoop {:interval 100}))
but then the error is Uncaught TypeError: Cannot set property ‘props’ of undefined