We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d43aa commit ba9bf3dCopy full SHA for ba9bf3d
x-pack/examples/reporting_example/public/components/app.tsx
@@ -244,7 +244,11 @@ export const ReportingExampleApp = ({
244
)}
245
</EuiFlexItem>
246
{logos.map((item, index) => (
247
- <EuiFlexItem key={index} data-shared-item>
+ <EuiFlexItem
248
+ key={index}
249
+ data-shared-item
250
+ data-render-error="This is an example error"
251
+ >
252
<EuiCard
253
icon={<EuiIcon size="xxl" type={`logo${item}`} />}
254
title={`Elastic ${item}`}
0 commit comments