Fork me on GitHub
#cljsrn
<
2015-11-10
>
mfikes01:11:26

@anmonteiro @donmullen @monjohn You can work around the white screen issue with a try-`catch`: https://youtu.be/2DfYsgOYpW4

monjohn01:11:17

@mfikes: sweet! Thanks for removing this roadblock. Onward!

dvcrn03:11:29

Did anyone figure out how to use the chrome debugger with cljs? I can't manage to connect to my app anymore if the chrome debugger is connected.

dvcrn03:11:29

Console.app is sadly very bad for inspecting dumped objects

mfikes11:11:59

@dvcrn: Will Decker's project is the only one I'm aware of that involves the Chrome Debugger https://github.com/decker405/figwheel-react-native/blob/master/readme.md I haven't tried it.

mfikes11:11:45

FWIW, sorting out debugging is listed on this roadmap: http://cljsrn.org/roadmap.html

anmonteiro11:11:19

@mfikes trying out the try - catch bit in a second; thanks simple_smile