Fabric: Fixed compilation error in RawPropsBenchmark

Summary:
Subject.

Changelog: [Internal] Fabric-specific internal change.

Reviewed By: mdvacca

Differential Revision: D19840558

fbshipit-source-id: 74f04df4bbf347390aa623b89da3aa4fd6acf32e
This commit is contained in:
Valentin Shergin 2020-02-11 22:02:45 -08:00 коммит произвёл Facebook Github Bot
Родитель 39cb675121
Коммит c0c644cdd6
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -20,8 +20,8 @@ namespace react {
auto contextContainer = std::make_shared<ContextContainer const>();
auto eventDispatcher = std::shared_ptr<EventDispatcher>{nullptr};
auto viewComponentDescriptor =
ViewComponentDescriptor(eventDispatcher, contextContainer);
auto viewComponentDescriptor = ViewComponentDescriptor{
ComponentDescriptorParameters{eventDispatcher, contextContainer}};
auto emptyPropsDynamic = folly::parseJson("{}");
auto propsString = std::string{