Merge branch 'main' of github.com:facebook/flipper into universalBuild
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user