Fork me on GitHub
#om
<
2018-06-28
>
danielstockton07:06:09

@urbanslug Have you tried the latest version of om? What version of cljs are you using?

urbanslug07:06:33

I was using 1.0.0-beta1 but falling back to 1.0.0-alpha34 which is recommended in the tutorial works

danielstockton07:06:15

You should be able to use beta1 (or beta4), if you also update cljs.

urbanslug08:06:35

You're right. Updating cljs worked

👍 4
urbanslug09:06:57

hmm throw out cursors and add links and routers seems harder but hey let's actually try to understand this 😄

urbanslug09:06:24

Ah links means like edges like nodes and edges

danielstockton09:06:06

I would think of om and om.next as different libraries, don't expect a lot of similarities. I would try to start with an om.next scaffold, if that's what you want to do.

urbanslug09:06:55

I started with lein new figwheel -- om

urbanslug09:06:02

that kinda scaffold

urbanslug09:06:23

seems ok after I updated cljs and om to newest versions

👍 4