Forcing user to update app #193
Annotations
11 warnings
build (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (18.x):
src/components/molecules/Field/Checkbox.tsx#L41
JSX props should not use arrow functions
|
build (18.x):
src/components/molecules/Field/Radio.tsx#L65
JSX props should not use arrow functions
|
build (18.x):
src/components/organisms/ControlledField/Checkbox.tsx#L25
JSX props should not use arrow functions
|
build (18.x):
src/components/organisms/ControlledField/Select.tsx#L34
JSX props should not use arrow functions
|
build (18.x):
src/constants/regex.ts#L6
Unnecessary escape character: \[
|
build (18.x):
src/constants/regex.ts#L6
Unnecessary escape character: \/
|
build (18.x):
src/hooks/useCheckForAppUpdate.ts#L47
React Hook useEffect has missing dependencies: 'APP_STORE_URL' and 'PLAY_STORE_URL'. Either include them or remove the dependency array
|
build (18.x):
src/screens/DetailsScreen.tsx#L26
JSX props should not use arrow functions
|
build (18.x):
src/screens/TestFormScreen.tsx#L200
JSX props should not use arrow functions
|