Gate a view on the data it needs. Renders children only once every
DataRequirement is satisfied; otherwise shows a loading placeholder
(still settling) or an error surface (a load failed, or returned empty/
insufficient). The "expected count" lives in each requirement's satisfied
predicate — see DataRequirement.
Parameters
__namedParameters: Props
Returns Element
Remarks
Use errorVariant="block" when the whole screen can't function
without the data, "inline" for an in-page section that can degrade. The
decision is the pure combineReadiness; this component only renders it.
Gate a view on the data it needs. Renders
childrenonly once every DataRequirement is satisfied; otherwise shows a loading placeholder (still settling) or an error surface (a load failed, or returned empty/ insufficient). The "expected count" lives in each requirement'ssatisfiedpredicate — see DataRequirement.