Testing render behavior when answering another question on the list (https://groups.google.com/d/msg/clojurescript/oF1cuRN8n6Y/O5p_IOSsQRYJ), I found what may be a bug, but I'd like to get some other eyes on it for confirmation:
https://gist.github.com/ddellacosta/432806ff921377510187 The behavior I'm seeing: - set-state! called once seems to trigger two renders - transact! works normally - transact! + set-state! doesn't trigger any "extra" renders; it's still just two (therefore, the extra is provoked by set-state! I think?) If someone can confirm whether this is a bug, expected behavior or I'm making a mistake in my code, I'd appreciate it. DD -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
