ErrorDescription('- ${ancestor.widget} (typically placed directly inside a ${ancestor.widget.debugTypicalAncestorWidgetClass} widget)'),
ErrorDescription('However, a RenderObject can only receive parent data from at most one ParentDataWidget.'),
ErrorHint('Usually, this indicates that at least one of the offending ParentDataWidgets listed above is not placed directly inside a compatible ancestor widget.'),
ErrorDescription('The ownership chain for the RenderObject that received the parent data was:\n${debugGetCreatorChain(10)}'),
]);
}onFlutterErrorcatch(e){
_debugReportException(ErrorSummary('while looking for parent data.'),e,e.stackTrace);
}
}
returntrue;
}());
returnresult;
}
}
@override
@override
...
@@ -5355,8 +5377,31 @@ abstract class RenderObjectElement extends Element {
...
@@ -5355,8 +5377,31 @@ abstract class RenderObjectElement extends Element {