Upgrade to React Native 0.75.3 #190
Triggered via pull request
September 27, 2024 18:42
Status
Failure
Total duration
1m 40s
Artifacts
–
Annotations
1 error and 3 warnings
Tests
Process completed with exit code 1.
|
Tests
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/
|
Tests
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/
|
Tests:
src/components/explore/CorporationList.tsx#L172
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 “CorporationItem” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|