Skip to content

Commit

Permalink
Remove native optionality (#48653)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #48653

Changelog:
[General][Changed] - Mark intersectionRect required in NativeIntersectionObserverEntry

Reviewed By: rubennorte

Differential Revision: D68120751

fbshipit-source-id: 196b3d48cf33721031a0c2a9fa0a55d250926cbe
  • Loading branch information
lunaleaps authored and facebook-github-bot committed Jan 14, 2025
1 parent 48cafc0 commit e3c63cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ using NativeIntersectionObserverEntry =
// rootRect
RectAsTuple,
// intersectionRect
std::optional<RectAsTuple>,
RectAsTuple,
// isIntersectingAboveThresholds
bool,
// time
Expand Down

0 comments on commit e3c63cf

Please sign in to comment.