mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Use single quotes in getComponentName return (#19873)
This commit is contained in:
@@ -66,7 +66,7 @@ function getComponentName(type: mixed): string | null {
|
||||
case REACT_PORTAL_TYPE:
|
||||
return 'Portal';
|
||||
case REACT_PROFILER_TYPE:
|
||||
return `Profiler`;
|
||||
return 'Profiler';
|
||||
case REACT_STRICT_MODE_TYPE:
|
||||
return 'StrictMode';
|
||||
case REACT_SUSPENSE_TYPE:
|
||||
|
||||
Reference in New Issue
Block a user