You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Usually, this means that the $runtimeType widget has the wrong ancestor RenderObjectWidget. '
1635
-
'Typically, $runtimeType widgets are placed directly inside $debugTypicalAncestorWidgetClass widgets.',
1649
+
'Typically, $runtimeType widgets are placed directly inside $debugTypicalAncestorWidgetDescription widgets.',
1636
1650
),
1637
1651
if (parentDataCreator !=null)
1638
1652
ErrorHint(
@@ -6300,7 +6314,7 @@ abstract class RenderObjectElement extends Element {
6300
6314
ErrorSummary('Incorrect use of ParentDataWidget.'),
6301
6315
ErrorDescription('The following ParentDataWidgets are providing parent data to the same RenderObject:'),
6302
6316
for (finalParentDataElement<ParentData> ancestor in badAncestors)
6303
-
ErrorDescription('- ${ancestor.widget} (typically placed directly inside a ${(ancestor.widgetasParentDataWidget<ParentData>).debugTypicalAncestorWidgetClass} widget)'),
6317
+
ErrorDescription('- ${ancestor.widget} (typically placed directly inside a ${(ancestor.widgetasParentDataWidget<ParentData>).debugTypicalAncestorWidgetDescription} widget)'),
6304
6318
ErrorDescription('However, a RenderObject can only receive parent data from at most one ParentDataWidget.'),
6305
6319
ErrorHint('Usually, this indicates that at least one of the offending ParentDataWidgets listed above is not placed directly inside a compatible ancestor widget.'),
6306
6320
ErrorDescription('The ownership chain for the RenderObject that received the parent data was:\n ${debugGetCreatorChain(10)}'),
0 commit comments