๐ Hello everyone! I I've hit a snag - I'm not sure it's a problem with figwheel, but I've found some related issues in the figwheel github - but can't find out what I'm doing wrong... I have started a new chestnut project and my browser is still rendering the old project :thinking_face: very strange. Any pointers?
hi @loganpowell this sounds like https://github.com/bhauman/lein-figwheel/issues/546 which was fixed in https://github.com/bhauman/lein-figwheel/pull/586
@mkvlr Thank you! Let me give your guidance a shot.
do I set this in the :figwheel
setting in project.clj
?
@loganpowell I think you have to check youโre using the latest figwheel version, that change was fairly recent
I'm a newb to clojure(script) I just started (and downloading the libraries) a couple months ago
how do I check the figwheel version?
should be in your project.clj
latest should be 0.5.15
ah, it must be the chestnut
configuration is out of date: it's set to 0.5.11
I'll change it! Thank you @mkvlr ๐