Skip to content

Use react-science confirmation dialog #6342

Use react-science confirmation dialog

Use react-science confirmation dialog #6342

Triggered via pull request October 20, 2023 15:23
Status Failure
Total duration 2m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

nodejs.yml

on: pull_request
nodejs  /  lint-eslint
1m 52s
nodejs / lint-eslint
nodejs  /  lint-prettier
57s
nodejs / lint-prettier
nodejs  /  lint-check-types
53s
nodejs / lint-check-types
Matrix: nodejs / test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 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#L157
Type '{ children: Element; orientation: string; }' is not assignable to type 'IntrinsicAttributes & ToolbarProps'.
nodejs / lint-check-types: src/component/header/Header.tsx#L182
Type '{ children: (false | Element)[]; orientation: string; }' is not assignable to type 'IntrinsicAttributes & ToolbarProps'.
nodejs / lint-check-types: src/component/header/Header.tsx#L184
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#L197
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 / lint-eslint: src/component/1d/peaks/PeakEditionManager.tsx#L44
Unexpected empty method 'onEdit'
nodejs / lint-eslint: src/component/assignment/index.tsx#L30
Unexpected 'todo' comment: 'TODO: Fix this type error. It's been...'
nodejs / lint-eslint: src/component/elements/Button.tsx#L1
Unexpected 'todo' comment: 'TODO resolve the eslint rules'
nodejs / lint-eslint: src/component/elements/ContextMenu.tsx#L60
Unexpected 'todo' comment: 'TODO: remove this hacky ref usage.'
nodejs / lint-eslint: src/component/elements/InputRange.tsx#L44
Unexpected 'todo' comment: 'TODO: remove this hacky ref usage.'
nodejs / lint-eslint: src/component/elements/popup/Modal/Provider.tsx#L85
Unexpected 'todo' comment: 'todo: optimize this'
nodejs / lint-eslint: src/component/header/PhaseCorrectionTwoDimensionsPanel.tsx#L136
Unexpected 'todo' comment: 'TODO implement apply filter'
nodejs / lint-eslint: src/component/modal/MultipletAnalysisModal.tsx#L170
Unexpected 'todo' comment: 'TODO: handle error'
nodejs / lint-eslint: src/component/modal/editRange/forms/components/AddSignalFormTab.tsx#L47
Unexpected 'todo' comment: 'TODO: this seems to be a hacky use of...'
nodejs / lint-eslint: src/component/panels/MultipleSpectraAnalysisPanel/preferences/index.tsx#L49
Unexpected 'todo' comment: 'TODO: remove this hacky use of ref.'