How to reproduce:
- Have Emacs with latest CIDER (tested on 20260518.2116 (1.22.0-snapshot) from melpa)
- Run
npm installthen./node-modules/.bin/shadow-cljs watch M-x cider-connect-cljs, connect to theappbuild- Visit the
core.cljsfile in a buffer
Expected result: Buffer is connected to the cljs repl Actual result: Buffer displays [not connected] in the status line
Observe that when you comment out the (:require) and (m/def-api) calls in core.cljs, it becomes possible to connect.