Update link to unbounded constraints error (#131205)
Fixes https://github.com/flutter/flutter/issues/130805.
This commit is contained in:
parent
8a37b8ba35
commit
283437a2d2
@ -730,7 +730,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin<RenderBox, Fl
|
||||
addendum.add(node.describeForError('The nearest ancestor providing an unbounded width constraint is'));
|
||||
}
|
||||
}
|
||||
addendum.add(ErrorHint('See also: https://flutter.dev/layout/'));
|
||||
addendum.add(ErrorHint('See also: https://flutter.dev/unbounded-constraints'));
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user