Merge branch 'main' into dependabot/npm_and_yarn/frontend/dashboard/z… #666
Annotations
13 warnings
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/.
|
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/club-homepage-card.tsx#L35
Inline style: { maxWidth: 180 }
|
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#L33
Inline style: { flex: 1 }
|
Lint:
frontend/mobile/app/(app)/(tabs)/_components/recommended-clubs.tsx#L40
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
|
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/.
|