Remove const from text in RawTextProps

Summary:
Changelog:
[Internal] - Remove const from text in RawTextProps

Reviewed By: shergin

Differential Revision: D22607120

fbshipit-source-id: 18f7ab716342c3e5a8e469b12c5437a617be8583
This commit is contained in:
Jiayan Zhuang 2020-07-20 09:30:48 -07:00 коммит произвёл Facebook GitHub Bot
Родитель ec60ebe792
Коммит f7eacf0b1a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -26,7 +26,7 @@ class RawTextProps : public Props {
#pragma mark - Props
const std::string text{};
std::string text{};
#pragma mark - DebugStringConvertible