Hi, I have issues connecting to the REPL in React Native. Does anyone know what a plausible issue could be?
Interesting. I always use lein fig:build
to run the project.
I also have problems with the clojurescript compilation taking forever.
I’m getting a weird issue where figwheel is serving the example page html instead of my index page. all other routes in my handler file are working properly. Really has me stumped, just started happening out of nowhere
Tried updating figwheel, which didn’t help.
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div id="app">
</div>
<script src="js/example.js" type="text/javascript"></script>
</body>
</html>
this is the html being served, this doesn’t exist anywhere in my project