Fork me on GitHub
#figwheel
<
2017-10-27
>
conaw07:10:29

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.

rgm18:10:00

@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.

rgm18:10:56

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.

rgm18:10:58

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