Thanks again for responding. No syntax error in the code However, out of desperation I fixed the warning WARNING: to-array already refers to: cljs.core/to-array being replaced by: com.kaicode.tily/to-array at line 28 /home/sto/.boot/cache/tmp/home/sto/workspace/food-truck/f4h/-un\ b393/public/js/koala.out/com/kaicode/tily.cljc
by renamed the functions that were overriding functions defined in core: to-array => to-seq and hash => hash-me. I do not know why but that fixed the problem. Seems like a regression to me. functions in different namespace can have the same name even if it conflicts with core the code is here https://github.com/sonwh98/tily/blob/master/src/com/kaicode/tily.cljc -- 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 https://groups.google.com/group/clojurescript.
