Skip to content

Commit 6947283

Browse files
bt4R9Sunil Pai
authored andcommitted
Fix forgotten PureComponent in ReactUtils (#215)
1 parent 62a0d0e commit 6947283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transforms/utils/ReactUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ module.exports = function(j) {
145145
},
146146
property: {
147147
type: 'Identifier',
148-
name: 'Component',
148+
name: parentClassName,
149149
},
150150
},
151151
};

0 commit comments

Comments
 (0)