This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-31
Channels
- # adventofcode (1)
- # beginners (24)
- # boot (10)
- # cider (3)
- # cljsrn (11)
- # clojure (83)
- # clojure-dev (8)
- # clojure-russia (1)
- # clojure-spec (6)
- # clojure-uk (3)
- # clojurescript (25)
- # cursive (6)
- # datomic (7)
- # docs (1)
- # emacs (5)
- # hoplon (14)
- # jobs (1)
- # luminus (1)
- # off-topic (13)
- # om (3)
- # onyx (10)
- # parinfer (3)
- # re-frame (1)
- # ring-swagger (1)
- # sql (1)
- # unrepl (62)
anyone else having trouble with figwheel in the expo-cljs-template
? https://github.com/seantempesta/expo-cljs-template/issues/49
since I'm having trouble with figwheel -- is it cool to go back to enabling Live Reload and Hot Reloading and just enable a watcher instead of figwheel?
I’d fix figwheel instead - more mature and takes care of a lot of corner cases
how can I troubleshoot what the problem with figwheel is?
@johnjelinek hm I haven't worked with expo
I'd start by looking at the simulator log using react-native log-ios
what's the error you're seeing?
there's a gif of the errors I'm seeing in the issue ☝️
it says "something went wrong" - that's not very helpful 🙂
you need to drill down to see the underlying issue
did you watch the gif?