scittle

Benjamin 2022-09-24T17:00:16.077609Z

Jo in scittle.reagent.js is there such a thing as dom-node ? I would like to use the node in "component-did-mount"

borkdude 2022-09-24T17:08:50.793999Z

This is the config used: https://github.com/babashka/sci.configs/blob/main/src/sci/configs/reagent/reagent.cljs

borkdude 2022-09-24T17:09:05.986849Z

If something is missing you can provide a PR and update this dep in scittle

👀 1
borkdude 2022-09-24T17:25:26.985569Z

I guess the reagent.dom namespace isn't there yet

borkdude 2022-09-24T17:26:18.162109Z

it's the same as react-dom/findDOMNode which you can maybe just use directly

borkdude 2022-09-24T17:26:24.598399Z

(for now)

Benjamin 2022-09-24T17:44:02.473089Z

ah 👍