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 4fb67fb commit 6ef9112Copy full SHA for 6ef9112
static/app/components/groupPreviewTooltip/spanEvidencePreview.tsx
@@ -1,4 +1,3 @@
1
-import type {ReactChild} from 'react';
2
import {useEffect} from 'react';
3
import styled from '@emotion/styled';
4
@@ -14,7 +13,7 @@ import {space} from 'sentry/styles/space';
14
13
import type {EventTransaction} from 'sentry/types/event';
15
16
type SpanEvidencePreviewProps = {
17
- children: ReactChild;
+ children: React.ReactNode;
18
groupId: string;
19
query?: string;
20
};
0 commit comments