Skip to content

Adjust styles for styled-components 6.x #1504

Adjust styles for styled-components 6.x

Adjust styles for styled-components 6.x #1504

Triggered via pull request August 19, 2023 19:41
Status Success
Total duration 1m 58s
Artifacts

pr-any.yml

on: pull_request
Matrix: pr
Fit to window
Zoom out
Zoom in

Annotations

10 errors
pr (build): packages/extension-ui/src/Popup/Accounts/Account.tsx#L115
Type '(genesisHash?: HexString | null) => void' is not assignable to type '(value: string) => void'.
pr (build): packages/extension-ui/src/components/TextInputs.ts#L12
No overload matches this call.
pr (build): packages/extension-ui/src/partials/MenuSettings.tsx#L123
Type 'Option[]' is not assignable to type 'DropdownOption[]'.
pr (build): packages/extension-ui/src/partials/Header.tsx#L177
Type '{ reference: MutableRefObject<null>; }' is not assignable to type 'IntrinsicAttributes'.
pr (build): packages/extension-ui/src/partials/Header.tsx#L180
Type '{ reference: MutableRefObject<null>; }' is not assignable to type 'IntrinsicAttributes'.
pr (build): packages/extension-ui/src/partials/HeaderWithSteps.tsx#L24
Type '{ children: Element; className: string | undefined; text: string; }' is not assignable to type 'IntrinsicAttributes'.
pr (build): packages/extension-ui/src/components/Button.tsx#L43
Type '{ className: string; }' is not assignable to type 'IntrinsicAttributes'.
pr (build): packages/extension-ui/src/components/ErrorBoundary.tsx#L56
Type '{ text: string; }' is not assignable to type 'IntrinsicAttributes'.
pr (build): packages/extension-ui/src/Popup/Accounts/AddAccount.tsx#L27
Type '{ showAdd: true; showSettings: true; text: string; }' is not assignable to type 'IntrinsicAttributes'.