Use react-science confirmation dialog #6334
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
nodejs.yml
on: pull_request
nodejs
/
prepare
15s
stylelint
55s
nodejs
/
lint-eslint
1m 26s
nodejs
/
lint-prettier
52s
nodejs
/
lint-check-types
57s
Matrix: nodejs / test
Annotations
10 errors and 11 warnings
nodejs / lint-check-types:
src/component/elements/ToolbarMenu.tsx#L162
Type '{ children: any; id: string; title: string; active: boolean; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & { css?: Interpolation<Theme>; } & ToolbarItemProps'.
|
nodejs / lint-check-types:
src/component/elements/toggle/ToggleButton.tsx#L47
Type '{ children: ReactElement<any, string | JSXElementConstructor<any>>; onClick: () => void; title: string; id: string; active: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & ToolbarItemProps'.
|
nodejs / lint-check-types:
src/component/header/Header.tsx#L153
Type '{ children: Element; orientation: string; }' is not assignable to type 'IntrinsicAttributes & ToolbarProps'.
|
nodejs / lint-check-types:
src/component/header/Header.tsx#L178
Type '{ children: (false | Element)[]; orientation: string; }' is not assignable to type 'IntrinsicAttributes & ToolbarProps'.
|
nodejs / lint-check-types:
src/component/header/Header.tsx#L180
Type '{ children: Element; id: string; title: string; onClick: () => Window | null; }' is not assignable to type 'IntrinsicAttributes & { css?: Interpolation<Theme>; } & ToolbarItemProps'.
|
nodejs / lint-check-types:
src/component/header/Header.tsx#L193
Type '{ children: Element; id: string; onClick: () => void; title: string; className: string; }' is not assignable to type 'IntrinsicAttributes & { css?: Interpolation<Theme>; } & ToolbarItemProps'.
|
nodejs / lint-check-types:
src/component/modal/aboutUs/AboutUsModal.tsx#L97
Type '{ children: Element; onClick: () => void; titleOrientation: string; id: string; title: string; }' is not assignable to type 'IntrinsicAttributes & { css?: Interpolation<Theme>; } & ToolbarItemProps'.
|
nodejs / lint-check-types:
src/component/modal/setting/GeneralSettings.tsx#L287
Type '{ children: Element; id: string; onClick: () => void; title: string; }' is not assignable to type 'IntrinsicAttributes & { css?: Interpolation<Theme>; } & ToolbarItemProps'.
|
nodejs / lint-check-types:
src/component/toolbar/BasicToolBar.tsx#L233
Type '{ children: Element; id: string; className: string; title: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ToolbarItemProps'.
|
nodejs / lint-check-types:
src/component/toolbar/BasicToolBar.tsx#L247
Type '{ children: Element; id: string; title: string; onClick: () => void; className: string; }' is not assignable to type 'IntrinsicAttributes & ToolbarItemProps'.
|
nodejs / test (18)
Codecov: Uploader shasum does not match -- uploader hash: eaa2d64df494bc1c1359cc65c613b052cf82127e98c008ebbd1df997585d6368 codecov, public hash: b9282b8b43eef83f722646d8992c4dd36563046afe0806722184e7e9923a6d7b codecov
|
nodejs / lint-eslint:
src/component/1d/integral/IntegralsSeries.tsx#L5
There should be at least one empty line between import groups
|
nodejs / lint-eslint:
src/component/1d/integral/IntegralsSeries.tsx#L6
`../../hooks/useSpectrum` import should occur before import of `./Integral`
|
nodejs / lint-eslint:
src/component/1d/peaks/PeakAnnotationsSpreadMode.tsx#L5
There should be at least one empty line between import groups
|
nodejs / lint-eslint:
src/component/1d/peaks/PeakAnnotationsSpreadMode.tsx#L6
There should be at least one empty line between import groups
|
nodejs / lint-eslint:
src/component/1d/peaks/PeakAnnotationsSpreadMode.tsx#L6
`../utilities/getDecimalsCount` import should occur before import of `../utilities/intersectionResolver`
|
nodejs / lint-eslint:
src/component/1d/peaks/PeakAnnotationsSpreadMode.tsx#L7
There should be at least one empty line between import groups
|
nodejs / lint-eslint:
src/component/1d/peaks/PeakAnnotationsSpreadMode.tsx#L13
`react` import should occur before import of `../../highlight`
|
nodejs / lint-eslint:
src/component/1d/peaks/PeakEditionManager.tsx#L16
`../../elements/formik/FormikInput` import should occur before import of `../../hooks/useActiveSpectrum`
|
nodejs / lint-eslint:
src/component/1d/peaks/PeakEditionManager.tsx#L44
Unexpected empty method 'onEdit'
|
nodejs / lint-eslint:
src/component/1d/peaks/Peaks.tsx#L8
There should be at least one empty line between import groups
|