:syntax-quote node expects 1 value.clj-kondo
what does this mean? this is the line
#(comp/transact! this `[(bump-number {})])
the code works correctly
@vinnyataide I need a full repro like:
(require '[foo :as comp])
(let [this 1]
#(comp/transact! this `[(bump-number {})]))
Btw, that full repro works fine with clj-kondo. What version are you using?now it fixed itself =x when I opened the project again
but vscode is always focusing on the output tab even tho it's not showing anything meaningful
this always happens when I save a file, even though I'm in the terminal tab
windows machine