Skip to content

feat: [ZN-550] iOS AdHoc builds #50

feat: [ZN-550] iOS AdHoc builds

feat: [ZN-550] iOS AdHoc builds #50

Triggered via pull request May 13, 2024 07:55
Status Success
Total duration 18m 8s
Artifacts

lint_and_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: src/context/auth/authContextController/AuthContextController.tsx#L62
React Hook useEffect has a missing dependency: 'setAuthStorage'. Either include it or remove the dependency array
build: src/screens/Profile/Profile.tsx#L29
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 “Profile” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build: src/screens/Profile/Profile.tsx#L37
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 “Profile” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build: src/screens/Profile/Profile.tsx#L45
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 “Profile” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build: types.d.ts#L5
'@typescript-eslint/no-empty-interface' rule is disabled but never reported
e2e-android / e2e-android
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.