cursive

shaunlebron 2026-04-07T16:22:13.787149Z

FYI, auto-importing symbols in cljs sometimes causes two :refer forms, seeing this a lot lately.

cfleming 2026-04-07T21:48:19.258349Z

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.

🙏 1
shaunlebron 2026-04-09T05:06:34.413339Z

I think it happens in cljs when auto-importing a symbol from a cljc file. I’ll try to make a simple repro tomorrow