I'm developing with in the REPL with figwheel in a re-natal app. If I println in a function I get the result in the REPL. Howver, if I do a POST request (with cljs-ajax) and put a println in the callback, it does not get printed. Does anyone know why this happens? Thanks.
This is fixed in the latest figwheel [0.5.4-3]
@macroz: ^
Hey @bhauman: doing a :websocket-url "ws://[server-ip]..." works fine when doing "lein figwheel" in the command line, but fails using the cider setup. Is there any special sauce that I need to add to the
(do (require 'figwheel-sidecar.repl-api)
(figwheel-sidecar.repl-api/start-figwheel!)
(figwheel-sidecar.repl-api/cljs-repl))
to make it work?What version of figwheel are you using?
0.5.4-3
Well that is strange
oooh but not of fighweel-sidecar
yep
yup, that worked!
Thank you!!
Sweet 🙂