(crossposting from #clojurescript)
Is there any reason that figwheel should have a problem with a js/require
in the expansion of a macro?
I'm still checking that I haven't done something else stupid, and my env is complex (react-native and figwheel and ...) but it seems that I get a strange error (the stack trace includes figwheel internals) if I do this unless I have previously called js/require on the same module from my .cljs code.