figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
conaw 2017-10-27T07:16:29.000038Z

Hey folks — when using figwheel are there situations where editing a child component and saving that file will not cause figwheel to reload. Asking in the figwheel channel as well.

rgm 2017-10-27T18:52:00.000219Z

@conaw if the child component is in a different namespace, I think I've had some fails-to-reload if that namespace isn't required into whichever ns has the root component.

👍 1
rgm 2017-10-27T18:52:56.000684Z

possible I'm wrong (I wouldn't begin to understand technically if that direct require is necessary, or how the deps get traversed by figwheel) but maybe give that a shot.

rgm 2017-10-27T18:53:58.000615Z

do you see in the JS console that figwheel notices the change, but then prints something like Not required: <your file>.cljs?