Use surfaceId type instead of int in PropsParserContext

Summary:
changelog: [internal]

Use surfaceId type instead of raw int type in PropsParserContext

Reviewed By: RSNara

Differential Revision: D30667540

fbshipit-source-id: 2bf890b892851e785318e3566692ac72ec782b91
This commit is contained in:
Samuel Susla
2021-09-01 10:27:31 -07:00
committed by Facebook GitHub Bot
parent 329b026f3a
commit 3e6eedaedb
7 changed files with 7 additions and 6 deletions
@@ -11,7 +11,6 @@
#include <memory>
#include <folly/Hash.h>
#include <folly/Optional.h>
#include <react/renderer/attributedstring/TextAttributes.h>
#include <react/renderer/core/Sealable.h>
#include <react/renderer/core/ShadowNode.h>