Skip to content

chore(deps): bump semver from 5.7.1 to 5.7.2 #17

chore(deps): bump semver from 5.7.1 to 5.7.2

chore(deps): bump semver from 5.7.1 to 5.7.2 #17

Triggered via pull request July 11, 2023 09:33
Status Success
Total duration 1m 28s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: example/src/components/ScreenBody.tsx#L8
Inline style: { flex: 1, alignItems: 'center', padding: 20 }
lint: example/src/screens/HomeScreen.tsx#L13
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. If you want to allow component creation in props, set allowAsProps option to true
lint: example/src/screens/HomeScreen.tsx#L18
Unexpected alert
lint: example/src/screens/HomeScreen.tsx#L23
Unexpected alert
lint: example/src/screens/HomeScreen.tsx#L37
Inline style: { margin: 15 }
lint: example/src/screens/UsageCustom.tsx#L10
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 “UsageCustom” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
lint: example/src/screens/UsageCustom.tsx#L14
Inline style: { marginTop: 20 }
lint: example/src/screens/UsageCustom.tsx#L15
Unexpected alert
lint: example/src/screens/UsageCustom.tsx#L16
Inline style: { textTransform: 'capitalize' }
lint: example/src/screens/UsageCustom.tsx#L18
Unexpected alert