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 bd070eb commit 1bb8987Copy full SHA for 1bb8987
packages/shared/getComponentNameFromType.js
@@ -53,7 +53,7 @@ export default function getComponentNameFromType(type: mixed): string | null {
53
if (__DEV__) {
54
if (typeof (type: any).tag === 'number') {
55
console.error(
56
- 'Received an unexpected object in getComponentName(). ' +
+ 'Received an unexpected object in getComponentNameFromType(). ' +
57
'This is likely a bug in React. Please file an issue.',
58
);
59
}
0 commit comments