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.
contextType
<ReleaseOverview>
1 parent 029c25a commit 2809859Copy full SHA for 2809859
static/app/views/releases/detail/overview/index.tsx
@@ -663,5 +663,4 @@ const ReleaseBoundsDescription = styled('span')<{primary: boolean}>`
663
color: ${p => (p.primary ? p.theme.activeText : p.theme.subText)};
664
`;
665
666
-ReleaseOverview.contextType = ReleaseContext;
667
export default ReleaseOverview;
0 commit comments