Johannes :: I just found your post, when I ran into the same problem. I had worked through the quickstart a week ago without problem on a different computer. I was able to get around this when I switched browsers - it seems that I am running into this problem when I open index.html on Safari, but when I open index.html on Chrome, all works according to spec (so far).
Probably this is not very helpful for you as it has been more than a month since you posted this. I am just getting started with ClojureScript, so my advice lacks any depth of analysis. Mike On Sunday, December 10, 2017 at 2:05:02 PM UTC-8, Johannes Brauer wrote: > > Hi, > > I think I could make the first steps of the tutorial successfully. With > > lein figwheel > > the repl is started. But when write > > (+ 1 2 3) > > at the prompt instead of 6 I get > > #object[TypeError TypeError: undefined is not an object (evaluating > 'figwheel.client.utils.persistent_config_get.call')] > > figwheel$client$repl_pprint@file:///Users/johannes/tmp/hello_seymore/out/figwheel/client.js:179:51 > > figwheel$client$repl_result_pr_str@file:///Users/johannes/tmp/hello_seymore/out/figwheel/client.js:201:53 > > eval code > eval@[native code] > > figwheel$client$utils$eval_helper@file:///Users/johannes/tmp/hello_seymore/out/figwheel/client/utils.js:160:12 > nil > > Are there any hints what is going? > > Johannes > > -- 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.
