Reviewed By: bestander

Differential Revision: D4103918

fbshipit-source-id: 1176f97cf489180490e497be7deca331ed26e730
This commit is contained in:
Cristian Carlesso 2016-10-31 09:27:32 -07:00 коммит произвёл Facebook Github Bot
Родитель 7063ff466a
Коммит 9833e1bd34
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,7 @@ module.exports = moduleName => {
const name = RealComponent.displayName || RealComponent.name;
return React.createElement(
name.replace(/^(RTC|RK)/,''),
name.replace(/^(RCT|RK)/,''),
this.props,
this.props.children,
);