I'm having trouble with controlled inputs. I'm not sure if it's a hooks-based component thing or not. is there some subtle requirement I'm missing, like a whole subtree needing to be hooks-powered, or an alternative dom library for using with hooks?
I keep getting errors and "`findDOMNode` is not a function".
are you using react 19? it seems react 19 removed this function.
ah, so I am. I'll try the latest 18.
same problem on 18.3.1, even though the docs for 18 show it as deprecated but not removed.
ah, no, that was a caching issue. nuking some build files etc. got it running 18.3.1 properly. now I get a warning about findDOMNode rather than failure.
so I guess that's a React compatibility issue to report - findDOMNode was removed and it's still relied on by (at least) the wrapped inputs.
I read the http://book.fulcrologic.com . why Fulcro Inspect is not working.
the new version of fulcro inspect chrome extension needs a higher version of fulcro. maybe the book site is not updated? https://clojurians.slack.com/archives/C68M60S4F/p1736952226793049?thread_ts=1736952226.793049&cid=C68M60S4F
thanks
crap…thanks for the reminder. I keep forgetting to update the book!
I need to add a missing function to the new inspect so that the book can “focus inspect”, which I didn’t forward-port