nil is a valid key, no sure what you are you trying to demonstrate. Once again - need a minimal example outside of your application that demonstrates the perceived issue.
David On Wed, Jun 11, 2014 at 5:29 PM, Roger Gilliar <[email protected]> wrote: > But > > (println "====") > (println (get-in app-state [:selected-domain :services nil :users])) > (println "====") > > gives: > > ==== > [{:name root, :password asda2r} {:name admin, :password 82ewaadd} {:name > guest, :password 83dfsae3}] ==== > > -- > 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. -- 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.
