using preact-devtools in a partial preact application - devtools will skip focus between elements
Hi - my team and I are slowly transitioning our application to preact and wanted to use the dev-tools.
Our app has several small preact components, and I was trying to get the dev-tools working but when i click on the different preact components, the inspector changes its focus on different elements or skipping back to the previous one.
Not sure if this is a bug or something else might be happening.

Awesome, thank you so much for reporting this! That surely looks like a bug and is definitely not expected behavior. I've tried a few things but I was unable to come up with a scenario that triggered the issue. Do you happen to have a reduced code snippet which reproduces the bug?
@marvinhagemeister I'll try and put something together! thanks!
Closing since I haven't heard back and there wasn't anyone who ran into a similar problem.