Skip to content

colors adjustments #4801

colors adjustments

colors adjustments #4801

Triggered via push March 28, 2024 01:31
Status Failure
Total duration 2m 30s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 5 warnings
test: src/components/icons/NoTransactionsImage.tsx#L1
There should be at least one empty line between import groups
test: src/screens/activity/ActivityScreen.tsx#L6
'Image' is defined but never used
test: src/screens/rnsManager/DomainInput.tsx#L15
'colors' is defined but never used
test: src/screens/rnsManager/SearchDomainScreen.tsx#L22
'colors' is defined but never used
test: src/screens/rnsManager/rnsManagerStyles.ts#L5
'colors' is defined but never used
test: src/screens/settings/RelayDeployScreen.tsx#L2
'Image' is defined but never used
test
Process completed with exit code 1.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
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/
test: src/navigation/contactsNavigator/index.tsx#L32
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 “ContactsNavigation” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
test: src/navigation/rootNavigator/index.tsx#L60
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 “RootNavigationComponent” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
test: src/screens/contacts/ContactDetails.tsx#L126
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 “ContactDetails” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true