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 c17cdf3 commit 5fc857bCopy full SHA for 5fc857b
1 file changed
src/React/Basic.js
@@ -172,7 +172,7 @@ exports.displayNameFromComponent = function($$type) {
172
};
173
174
exports.displayNameFromSelf = function(self) {
175
- return exports.displayNameFromComponent(self.instance_.prototype.constructor);
+ return exports.displayNameFromComponent(self.instance_.constructor);
176
177
178
exports.toReactComponent = function(_unionDict) {
0 commit comments