Is fulcro inspect working for everyone on the latest Chrome (Version 134.0.6998.165)? Well I think it was working for me before the latest update. I keep seeing No App Connected now. I'm using the new setup that was required with the recent Chrome changes and (app/current-state APP) shows the expected output in my repl. The fulcro dev book is having the same issue but I'm not sure if that has been updated yet.
This is what I see in the console:
Installing CLJS DevTools 1.0.7 and enabling features :formatters :hints :async
main.js:434 2025-03-29T22:23:41.860Z INFO [com.fulcrologic.devtools.chrome.target:80] - Installing Fulcrologic Devtools Communication. {}
main.js:434 2025-03-29T22:23:41.865Z INFO [com.fulcrologic.fulcro.inspect.element-picker:159] - Installing Inspect Element Picker
core.cljs:333 2025-03-29T22:23:41.986Z INFO [com.fulcrologic.devtools.common.target:98] - Devtool attempting to connect
browser.cljs:20 shadow-cljs: #4 ready!https://clojurians.slack.com/archives/C68M60S4F/p1736952226793049?thread_ts=1736952226.793049&cid=C68M60S4F You probably need to upgrade.
Nah, I've done all that back during that convo and it was working. Now it stopped though and the only thing I think that has changed was a Google Chrome update. Maybe I've messed up something else in my setup and don't remember though. I'll fiddle around some more.
FWIW inspect 4.0.6 is working for me in Chrome Version 134.0.6998.166 (Official Build) (arm64). I do have to do the right-click -> reload frame thing if I refresh the app (as explained in the linked post above).
Ok, thanks for the heads up. I'll check with my setup to see what I'm doing wrong