We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4633a85 commit bea90c4Copy full SHA for bea90c4
1 file changed
packages/react-devtools-shared/src/backend/views/utils.js
@@ -139,7 +139,7 @@ export function getElementDimensions(domElement: HTMLElement): {
139
};
140
}
141
142
-export function extractHOCNames(displayName: string):{
+export function extractHOCNames(displayName: string): {
143
baseComponentName: string,
144
hocNames: string[],
145
} {
0 commit comments