I have a ClojureScript application using Reagent and it has some state 
using the reagent/atom.

What I'm seeing is that every single item from the atom is getting added as 
an attribute to the DOM.  This, of course, causes all sorts of React 
warnings which I'd like to resolve.

I'm not entirely clear on what causes any attribute to be attached to the 
DOM in Reagent and therefore I don't understand what is causing all of my 
atom keys to be added to it.

Can anyone comment on how this process work and possibly point me to some 
docs?

Thanks!

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojurescript/bd1325b4-49a0-4dc8-8590-9e272987cb45n%40googlegroups.com.

Reply via email to