Skip to content

Merge branch 'master' into 107-ui-controls #401

Merge branch 'master' into 107-ui-controls

Merge branch 'master' into 107-ui-controls #401

Triggered via push August 10, 2024 11:27
Status Success
Total duration 51s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: examples/MyTVProject/app/(tabs)/_layout.tsx#L46
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 “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build: examples/MyTVProject/app/(tabs)/_layout.tsx#L60
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 “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build: examples/MyTVProject/app/(tabs)/_layout.tsx#L74
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 “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build: examples/MyTVProject/app/(tabs)/explore.tsx#L68
Inline style: { alignSelf: 'center' }
build: examples/MyTVProject/app/(tabs)/explore.tsx#L78
Inline style: { fontFamily: 'SpaceMono' }
build: examples/MyTVProject/app/(tabs)/index.tsx#L22
Inline style: { height: 300 }
build: examples/MyTVProject/components/navigation/TabBarIcon.tsx#L11
Inline style: { marginBottom: -3 }
build: examples/MyTVProject/metro.config.js#L9
'no-undef' rule is disabled but never reported