Open
Description
packages/connected-components/src/header-editor/styled.ts:24:34 - error TS2615: Type of property 'defaultProps' circularly references itself in mapped type 'Pick<ForwardRefExoticComponent<Pick<Pick<any, Exclude<keyof ReactDefaultizedProps<StyledComponentInnerComponent<WithC>, ComponentPropsWithRef<StyledComponentInnerComponent<WithC>>>, StyledComponentInnerAttrs<...> | ... 1 more ... | StyledComponentInnerAttrs<...>> | Exclude<...> | Exclude<...> | Exclude<...>> & Parti...'.
24 export const EditableAuthorTag = styled(AuthorTag)`
~~~~~~~~~~~~~~~~~
Also, I'm seeing each of these errors printed twice.
To repro:
yarn
tsc -b -f
Note that it fails with a different (apparently unrelated) error in 3.8.