bvaughn / react-devtools-experimental

Experimental rewrite of the React DevTools extension
https://react-devtools-experimental.now.sh
MIT License
965 stars 55 forks source link

Highlight after hot reloaded #338

Closed tiancihe closed 5 years ago

tiancihe commented 5 years ago

ENV: Chrome ISSUE: Highlight html element after webpack hot reloaded, occurs when currently not using devtools tab, for example Network tab. EXPECTED: Don't highlight any elements when running in the background.

bvaughn commented 5 years ago

Sorry, but I don't understand the bug you're reporting and there's no repro steps. Get back to me with a little more info and I'll take a look but I'm going to close for now because it's not actionable.

tiancihe commented 5 years ago

Sorry about the vague description, tried to repro with CRA, didn't happen no matter i use class component or function component. Maybe it is a issue with the cli i'm using ( umijs ), not sure.

image

The issue is like this, everytime i modify my code, the html element gets highlighted, it's quite annoying tbh.