Merge branch 'main' of github.com:facebook/flipper into universalBuild

This commit is contained in:
2023-11-29 09:19:25 +01:00
103 changed files with 2466 additions and 1154 deletions

View File

@@ -200,7 +200,7 @@ static std::vector<SKAttributeGenerator>& attributeGenerators() {
forNode:(SKComponentLayoutWrapper*)node {
SKHighlightOverlay* overlay = [SKHighlightOverlay sharedInstance];
if (highlighted) {
CKComponentViewContext viewContext = node.component.viewContext;
RCComponentViewContext viewContext = node.component.viewContext;
[overlay mountInView:viewContext.view withFrame:viewContext.frame];
} else {
[overlay unmount];