Skip to content

feat: release pipeline #68

feat: release pipeline

feat: release pipeline #68

Triggered via pull request October 31, 2023 13:15
@JNdhlovuJNdhlovu
synchronize #8
feature/cd
Status Success
Total duration 1h 41m 54s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
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