figwheel-main

figwheel-main http://figwheel.org
2020-07-29T13:08:21.190700Z

Oh sorry, I'm running IntelliJ in WSL2, well the integrated terminal and directly loading my project off of the WSL2 file-system. Which seems to make everything work... I was surprised by how much of a difference it made!

2020-07-29T15:23:37.190900Z

Sorry for the delay, my son was born 10 days ago. 😊 In the end it seems completely removing target from the classpath and allowing figwheel to add it dynamically works reliably.

2020-07-29T15:33:29.197600Z

@bhauman found another thing that’s lacking in the react-native support. It is common to run the dev build on an actual device, hot reloading over the local network. Figwheel is configured to load files through localhost by default and even when I change :connect-url to use [[server-ip]] it stil seems to be connecting to 127.0.01 although it thinks it’s trying my actual machine’s IP. If there’s a way to get non-localhost to work that seems like the more appropriate defaults.

bhauman 2020-07-29T21:13:57.198Z

@daniel975 you just need to update to the latest figwheel

2020-08-03T20:23:13.232Z

That was fast! Works like a charm when running on device but the chrome debug mode still doesn’t connect for some reason.

bhauman 2020-07-29T21:14:53.198100Z

Congrats!!!

1😁
bhauman 2020-07-29T21:15:07.198300Z

@daniel975 ^