Jo in scittle.reagent.js is there such a thing as dom-node ? I would like to use the node in "component-did-mount"
This is the config used: https://github.com/babashka/sci.configs/blob/main/src/sci/configs/reagent/reagent.cljs
If something is missing you can provide a PR and update this dep in scittle
I guess the reagent.dom namespace isn't there yet
it's the same as react-dom/findDOMNode which you can maybe just use directly
(for now)
ah 👍