Couldn't draw the {name.replace(/-/g, ' ')} view
@@ -111,12 +115,12 @@ function VendoredToolUi({ name, props, extraProps }: VendoredToolUiProps): React
);
}
if (gate.state === 'pending') {
- return
;
+ return quietFail ? null :
;
}
const Component = entry.Component;
return (
-
+
}>