amitnovick / xstate-devtools

MIT License
102 stars 11 forks source link

Machine hierachy not available changing url #60

Open smarko82 opened 2 years ago

smarko82 commented 2 years ago

Hi, I am using a framework that changes url to perform routing. In this situation, it seems I cannot see full hierarchy of invoked machines. When I am on home page, I see my root FSM in XDev tool, but when I go to http://myurl#loading, I can see invoked FSM (loadingFSM), but I cannot navigate to calling machine (as it seems I am able when url doesn't change). Is it a known issue? Or am I wrong esewhere?