Merge pull request #113 from ClubInfoInsaT/chore-105-info-plist-enc #227
Annotations
12 warnings
lint-test
The following actions uses node12 which is deprecated and will be forced to run on node16: szenius/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, szenius/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint-test:
__tests__/managers/ConnectionManager.test.js#L60
Async assertions must be awaited or returned
|
lint-test:
__tests__/utils/WebData.test.js#L204
Async assertions must be awaited or returned
|
lint-test:
src/components/Amicale/Login/LoginForm.tsx#L145
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 “LoginForm” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
lint-test:
src/components/Amicale/Profile/ProfileClubCard.tsx#L89
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 “ProfileClubCard” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
lint-test:
src/components/Amicale/Profile/ProfileMembershipCard.tsx#L48
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 “ProfileMembershipCard” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
lint-test:
src/components/Amicale/Profile/ProfileMembershipCard.tsx#L66
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 “ProfileMembershipCard” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
lint-test:
src/components/Amicale/Profile/ProfilePersonalCard.tsx#L55
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 “ProfilePersonalCard” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
lint-test:
src/components/Amicale/Profile/ProfilePersonalCard.tsx#L80
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 “ProfilePersonalCard” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
lint-test:
src/components/Amicale/Profile/ProfileSessionsCard.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 “ProfileSessionsCard” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
lint-test:
src/components/Amicale/Profile/ProfileSessionsCard.tsx#L77
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 “ProfileSessionsCard” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|