feat(proxiwash): suggest opening website on error #233
Annotations
11 warnings
lint-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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
|