Feature/cd #70
Triggered via pull request
November 7, 2023 13:35
Status
Cancelled
Total duration
9m 55s
Artifacts
–
ci.yml
on: pull_request
lint
51s
test
37s
build-library
37s
build-android
8m 51s
build-ios
9m 42s
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
|