Testing on OS X with Chrome 63 canary.
If I press Esc
while React devtools is open, I expect this to open a JS console in a split view with the React devtools. This is how every other tab behaves. Instead, I see the console slide up and immediately back down in a split second.
We should fix this so the console can be used again.
Workaround: Switch to another tab, hit Esc, switch back to React.
I've tried to debug this for an hour or so, but I don't think it's actually the extensions fault. I commented out almost the entire codebase, and it still happens. It also happens on other extensions I use that have Developer Tools tabs (Cookie Inspector, and Redux Devtools)
Fixed on Chrome 65.0.3311.3, currently on dev channel
Chrome 65.0.3325 is the current production build and the issue is now fixed. this issue can be closed.
Nice. Thanks both of you for following up!
Most helpful comment
I've tried to debug this for an hour or so, but I don't think it's actually the extensions fault. I commented out almost the entire codebase, and it still happens. It also happens on other extensions I use that have Developer Tools tabs (Cookie Inspector, and Redux Devtools)