Skip to content

⬆️ Bump @types/react from 18.2.24 to 18.2.41 #84

⬆️ Bump @types/react from 18.2.24 to 18.2.41

⬆️ Bump @types/react from 18.2.24 to 18.2.41 #84

Triggered via pull request December 4, 2023 04:34
Status Success
Total duration 1m 19s
Artifacts

pullrequest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
unittests / unittests: Storybook/components/Card/Card.stories.tsx#L4
'BottomSheet' is defined but never used
unittests / unittests: Storybook/components/Card/Card.stories.tsx#L4
'Button' is defined but never used
unittests / unittests: Storybook/components/Card/Card.stories.tsx#L4
'useTheme' is defined but never used
unittests / unittests: src/__tests__/components/Keyboard.test.tsx#L44
Unexpected any. Specify a different type
unittests / unittests: src/__tests__/components/Keyboard.test.tsx#L73
Unexpected any. Specify a different type
unittests / unittests: src/components/keyboard/Keyboard.tsx#L17
Unexpected any. Specify a different type
unittests / unittests: src/components/keyboard/Keyboard.tsx#L38
Unexpected any. Specify a different type
unittests / unittests: src/components/keyboard/Keyboard.tsx#L44
Unexpected any. Specify a different type
unittests / unittests: src/components/numberField/NumberField.tsx#L59
React Hook useEffect has missing dependencies: 'forcedState' and 'refreshCurrentState'. Either include them or remove the dependency array
unittests / unittests: src/components/numberField/NumberField.tsx#L70
React Hook useEffect has missing dependencies: 'checkContent', 'firstContentChange', 'firstValue', 'numberRegex', and 'value'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setFilled' needs the current value of 'firstValue'