chore(deps): bump fast-loops from 1.1.3 to 1.1.4 in /example #106
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
example/src/components/ScreenBody.tsx#L8
Inline style: { flex: 1, alignItems: 'center', padding: 20 }
|
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
|
example/src/screens/HomeScreen.tsx#L18
Unexpected alert
|
example/src/screens/HomeScreen.tsx#L23
Unexpected alert
|
example/src/screens/HomeScreen.tsx#L36
Inline style: { rowGap: 10 }
|
example/src/screens/HomeScreen.tsx#L37
Inline style: { margin: 15 }
|
example/src/screens/TabScreenWithButtons.tsx#L21
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 “TabScreenWithButtons” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
example/src/screens/TabScreenWithButtons.tsx#L29
Unexpected alert
|
example/src/screens/TabScreenWithButtons.tsx#L32
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 “TabScreenWithButtons” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
example/src/screens/TabScreenWithButtons.tsx#L37
Unexpected alert
|
This job succeeded
Loading