klipse

porkostomus 2020-02-19T06:02:47.001Z

I think there may have been an update that has broken reagent KLIPSE snippets

porkostomus 2020-02-19T06:04:23.001400Z

(require '[reagent.core :as r])
Execution error.
No such namespace: cljsjs.react, could not locate cljsjs/react.cljs, cljsjs/react.cljc, or JavaScript source providing "cljsjs.react"

porkostomus 2020-02-19T06:04:44.001900Z

I'm on Chrome on Linux. Regular CLJS snippets are working fine.

Yehonathan Sharvit 2020-02-19T08:50:51.002300Z

It’s a bug in Klipse @porkostomus

Yehonathan Sharvit 2020-02-19T08:50:55.002500Z

Working on a fix

Yehonathan Sharvit 2020-02-19T08:51:03.002800Z

Will update when the fix is deployed

Yehonathan Sharvit 2020-02-19T11:34:35.003300Z

Fix deployed @porkostomus Please confirm that it now works for you

porkostomus 2020-02-19T13:38:45.003700Z

Yes it does 🙂 Thank you!