Skip to content

💄 Theme - add 8px spacing #26

💄 Theme - add 8px spacing

💄 Theme - add 8px spacing #26

Triggered via pull request October 19, 2023 07:42
Status Success
Total duration 1m 43s
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#L42
React Hook useEffect has missing dependencies: 'forcedState' and 'refreshCurrentState'. Either include them or remove the dependency array
unittests / unittests: src/components/numberField/NumberField.tsx#L53
React Hook useEffect has missing dependencies: 'checkContent', 'firstContentChange', 'firstValue', 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'