Scittle reagent does not expose r/create-class, correct? Any way to implement lifecycle methods in scittle reagent?
@laheadle Should be there https://github.com/babashka/sci.configs/blob/2e036c73094ecb9f59873e4e6bd6620890550201/src/sci/configs/reagent/reagent.cljs#L69
@laheadle Can confirm that it's there: https://babashka.org/scittle/codemirror.html Execute
(require '[reagent.core :as r]
'[reagent.dom :as rdom])
(prn r/create-class)
in thereThanks, I was on 0.0.1 - as is babashka-scittle-guestbook. I see it after upgrading