FYI, auto-importing symbols in cljs sometimes causes two :refer forms, seeing this a lot lately.
I'll check that out, thanks - if you have a simple repro that would be helpful, otherwise I'll comb through the code and see if I can see why that might happen.
I think it happens in cljs when auto-importing a symbol from a cljc file. I’ll try to make a simple repro tomorrow