Closed malchmih closed 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
.
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.
Good point I forgot to cut a new version of mies-om, done. Thanks!
@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).
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.