omcljs / om

ClojureScript interface to Facebook's React
6.65k stars 364 forks source link

Tutorial issue #74

Closed malchmih closed 10 years ago

malchmih commented 10 years ago

I'm working with the tutorial. At the end of the part Intercomponent communication tutorial says that clicking on the delete button shouldn't work. But it works for me.

swannodette commented 10 years ago

You need to make sure that you are using Om 0.3.0. You also need to make sure to run lein cljsbuild clean if you had a previous version of Om installed. After clean you can run lein cljsbuild auto.

malchmih commented 10 years ago

Ok, I see, thank you. Probably there should be a line about that in the tutorial. Or change to 0.3.0 in mies-om.

swannodette commented 10 years ago

Good point I forgot to cut a new version of mies-om, done. Thanks!

mdhaney commented 10 years ago

@malchmih I hit the same thing - part of living on the bleeding edge. But I don't think mentioning it in the tutorial would be helpful, since presumably it only affects pre 0.3.0 versions of Om, so it shouldn't be an issue going forward (and might be confusing).