fulcro

michaelwhitford 2025-10-22T17:16:56.032089Z

I built the deb for the new fulcro-inspect v4.1.0. On v4.0.7 I could see the statechart visualizations just fine. On v4.1.0 the statecharts dropdown is empty, though I have statechart routing enabled. If I run v4.0.7 it shows up, but on the newest version it fails. I built the deb myself because it is missing from the assets on this release. Not sure if my build was the the problem, I had to install electron-builder manually with 'yarn add electron-builder'. Perhaps I got a newer version that is causing this issue I am seeing. The v4.1.0 inspect seems to show everything else just fine, but the dropdown to select statecharts for visualization has no statecharts in it. I have gone back to 4.0.7 in the interim. Should I make an issue on the repo for this?

michaelwhitford 2025-10-22T20:27:43.820429Z

I've come back to a running 4.1.0 instance of the electron app and it now has the statecharts in the dropdown. I just walked away from the computer for about an hour and came back to it working... After testing it takes about a minute from the time the electron app loads the client db in the db view for the statecharts dropdown to show statecharts for visualizing. I guess there is a delay now that I don't remember seeing before. This is workable for me as I don't need the visualization very often and when I do it's liable the app has been loaded longer than a minute already when I go to the statecharts tab.