We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2d378 commit a774502Copy full SHA for a774502
1 file changed
packages/shared/getComponentName.js
@@ -66,7 +66,7 @@ function getComponentName(type: mixed): string | null {
66
case REACT_PORTAL_TYPE:
67
return 'Portal';
68
case REACT_PROFILER_TYPE:
69
- return `Profiler`;
+ return 'Profiler';
70
case REACT_STRICT_MODE_TYPE:
71
return 'StrictMode';
72
case REACT_SUSPENSE_TYPE:
0 commit comments