fulcro

Chase 2025-03-29T22:10:42.653949Z

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.

Chase 2025-03-29T22:24:18.630239Z

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!

Chase 2025-03-30T00:55:22.756729Z

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.

Kevin Olson 2025-03-30T02:10:38.885679Z

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).

Chase 2025-03-30T02:55:19.532079Z

Ok, thanks for the heads up. I'll check with my setup to see what I'm doing wrong