When I try to run this project (lein run and lein figwheel, at commit 2d56209), I get following error on the JavaScript console in the browser and the page content is not loaded:
TypeError: ReactInternals is undefined react-dom.inc.js:17015:1
dev mode core.cljs:152:14
Error: js/ReactDOM is missing dom.cljs:19:11
The web page displays ClojureScript has not been compiled!, even though resources/public/js/compiled/learnreplikativ.js was successfully compiled and is accessible via Figwheel's HTTP server from the browser.
When I try to run this project (
lein runandlein figwheel, at commit 2d56209), I get following error on the JavaScript console in the browser and the page content is not loaded:The web page displays
ClojureScript has not been compiled!, even thoughresources/public/js/compiled/learnreplikativ.jswas successfully compiled and is accessible via Figwheel's HTTP server from the browser.