Skip to content

Merge branch 'main' into fix-install-command-for-lib #749

Merge branch 'main' into fix-install-command-for-lib

Merge branch 'main' into fix-install-command-for-lib #749

Triggered via push May 5, 2024 18:52
Status Success
Total duration 1m 43s
Artifacts

mobile.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint: frontend/mobile/app/(app)/(tabs)/_components/club-homepage-card.tsx#L23
Inline style: { height: 'auto' }
Lint: frontend/mobile/app/(app)/(tabs)/_components/event-homepage-card.tsx#L50
Inline style: { width: 98, height: 98 }
Lint: frontend/mobile/app/(app)/(tabs)/_components/event-homepage-card.tsx#L114
Inline style: { width: 168, height: 225 }
Lint: frontend/mobile/app/(app)/(tabs)/_components/event-homepage-card.tsx#L120
Inline style: { width: 142, height: 64 }
Lint: frontend/mobile/app/(app)/(tabs)/_components/following-header.tsx#L71
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 “FollowingHeader” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
Lint: frontend/mobile/app/(app)/(tabs)/_components/recommended-clubs.tsx#L41
Inline style: { paddingRight: 20, paddingBottom: 20 }
Lint: frontend/mobile/app/(app)/(tabs)/_layout.tsx#L28
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 “Layout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
Lint: frontend/mobile/app/(app)/(tabs)/_layout.tsx#L31
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 “Layout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
Format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.