Web Development with Clojure, Third Edition: p126: re-frame-10x needs version upgrade

re-frame-10x 0.7.0 fails to compile, with a number of errors, similar to this:

Recent changes to Reagent impact re-frame-10x #269

As suggested in this link, I was able to install and use re-frame-10x by updating the version to 1.0.0.

re-frame-10x 0.7.0 doesn’t work for me either (on the same page) because the required JS dependency react-highlight.js isn’t available. Using the latest re-frame-10x 1.1.7 seems to work.

Yes, just tracked down this same version problem, and simply updating my project.clj dependancies fixed this for me.

1 Like