When using the A-frame inspector, it will appear when use CTL+ALT+I - however the side panel on the right has disappeared. When I select the a-scene that appears. However when I select an object to move around the scene the whole inspector disappears and it will not come back unless I refresh the page.
I opened the a-frame inspector and selected an object to move. I expected the inspector panels (left and right) to appear and show me the scale, position etc
Did you happen to be clicking on an object with aframe-physics-system component? Not sure if you're getting the same error, but it's likely that the Aframe inspector crashed. This has happened to me when I was trying to select a physics object in the scene. When I open the browser console logs, it says something about a React error
that links to:
Screenshot of the Aframe inspector error I'm getting
Example physics example that breaks inspector: https://c-frame.github.io/aframe-physics-system/examples/ammo/sandbox.html