From 4da88d252e44120abab35db9a2aa93db6c6a9884 Mon Sep 17 00:00:00 2001 From: Sam Mueller Date: Sun, 12 Jul 2020 01:22:43 -0700 Subject: [PATCH] Remove the owner check and hope that our crash goes away --- yoga/Yoga.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/yoga/Yoga.cpp b/yoga/Yoga.cpp index 357e137b..3dac33fa 100644 --- a/yoga/Yoga.cpp +++ b/yoga/Yoga.cpp @@ -385,10 +385,6 @@ void YGNodeInsertChild( const YGNodeRef node, const YGNodeRef child, const uint32_t index) { - YGAssertWithNode( - node, - child->getOwner() == nullptr, - "Child already has a owner, it must be removed first."); YGAssertWithNode( node,