I ran into a weird bug, after cider-jack-in-cljs or cider-connect-cljs, the buffer in current project isn't connected to the repl buffer. So in the mode-line it says "cider[not connected]". And if I open sesman-browser, it actually shows me that the current project is linked to the repl process. What should I do to debug this issue?
@doglooksgoodcan you recall what the issue was causing "cider[not connected]"? I'm seeing something similar
Oh right, you have to manually provide cider-piggieback if you're running cider-connect-cljs https://docs.cider.mx/cider/cljs/shadow-cljs.html#using-cider-connect-cljs
Nevermind, I think I found the cause