We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787fbb2 commit 61b229aCopy full SHA for 61b229a
packages/react-devtools-shared/src/devtools/views/Components/SelectedElement.js
@@ -539,7 +539,7 @@ function OwnerView({
539
540
const onMouseEnter = () => highlightNativeElement(id);
541
542
- const onMouseLeave = () => clearHighlightNativeElement();
+ const onMouseLeave = clearHighlightNativeElement;
543
544
return (
545
<Button
0 commit comments