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.
@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.
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.
do you see in the JS console that figwheel notices the change, but then prints something like Not required: <your file>.cljs
?