Fork me on GitHub
#re-frame
<
2017-10-03
>
isak14:10:58

does re-frame work with React v16?

isak15:10:18

makes sense, thanks

genekim19:10:45

I love Lambda Island tutorials. I recently tried to replicate getting test.cljs working, from Episode 33… Did git clone , and then lein cljsbuild once test, and got this error. Anyone have any ideas on how to get this running? Thank you!!!

genekim19:10:43

Relevant error line is:

Caused by: clojure.lang.ExceptionInfo: No such namespace: doo.runner, could not locate doo/runner.cljs, doo/runner.cljc, or Closure namespace "doo.runner" in file /Users/genekim/src.local/tmp/ep33testcljs/test/testcljs/test_runner.cljs {:tag :cljs/analysis-error}

genekim19:10:26

Argh… Wrong channel. sorry! Meant to post to #clojurescript. (I’m sure there are worse “wrong Slack channel” stories out there. But still, embarrassing!!! :)

felipebarros21:10:15

@genekim TIL: Lamba Island is the name of an actual island! https://en.wikipedia.org/wiki/Lambda_Island

dfcarpenter22:10:42

using figwheel how would one setup the ring-handler to allow for html5Pushstate?