bump node version in github workflow #134
Annotations
3 errors and 9 warnings
Run lint:
jestSetup.js#L2
Missing file extension for "./node_modules/react-native-reanimated/src/reanimated2/jestUtils"
|
Run lint:
jestSetup.js#L2
Unable to resolve path to module './node_modules/react-native-reanimated/src/reanimated2/jestUtils'
|
Run lint
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run lint:
src/components/Button.tsx#L80
Inline style: { opacity: 'disabled ? 0.2 : 1' }
|
Run lint:
src/components/WordList.tsx#L16
'react-hooks/exhaustive-deps' rule is disabled but never reported
|
Run lint:
src/features/hotspots/setup/HotspotLocationPreview.tsx#L94
Inline style: { height: "hasLocationName ? '75%' : '100%'" }
|
Run lint:
src/features/hotspots/setup/HotspotSetupBluetoothSuccess.tsx#L50
'no-console' rule is disabled but never reported
|
Run lint:
src/features/hotspots/setup/HotspotSetupEducationScreen.tsx#L110
Inline style: { width: 6, height: 6, borderRadius: 3 }
|
Run lint:
src/features/moreTab/more/MoreScreen.tsx#L1
Unexpected unlimited 'eslint-disable' comment. Specify some rule names to disable
|
Run lint:
src/navigation/main/MainTabNavigator.tsx#L69
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “MainTabs” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
Loading