Skip to content

Feature/cd

Feature/cd #70

Triggered via pull request November 7, 2023 13:35
Status Cancelled
Total duration 9m 55s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
build-ios
Canceling since a higher priority waiting request for 'ci-9' exists
build-ios
The operation was canceled.
lint: example/src/HomeScreen.tsx#L19
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 “HomeScreen” and pass data as props
lint: example/src/SmileIDCaptureScreen.tsx#L24
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 “SmileIDCaptureScreen” and pass data as props