✨ number selector handles decimals #43
pullrequest.yml
on: pull_request
unittests
/
unittests
31s
Annotations
3 errors and 10 warnings
unittests / unittests:
Storybook/components/NumberField/NumberField.stories.tsx#L48
React Hook "useState" cannot be called at the top level. React Hooks must be called in a React function component or a custom React Hook function
|
unittests / unittests:
Storybook/components/NumberSelector/NumberSelector.stories.tsx#L39
React Hook "useState" is called in function "render" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
unittests / unittests
Process completed with exit code 1.
|
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'
|