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.
2 parents fc1905f + 68011c5 commit 6b06781Copy full SHA for 6b06781
index.js
@@ -17,6 +17,7 @@ var internalHooks = [
17
18
function decorator (Component) {
19
var options = {}
20
+ options.name = Component.name
21
// prototype props.
22
var proto = Component.prototype
23
Object.getOwnPropertyNames(proto).forEach(function (key) {
0 commit comments