adding images to pages and updating context issue #3033
Annotations
10 errors and 2 warnings
Run yarn lint:
packages/frontend/components/Header/GraduateHeaders.tsx#L18
'Stack' is defined but never used. Allowed unused vars must match /^_/u
|
Run yarn lint:
packages/frontend/components/Header/GraduateHeaders.tsx#L19
'HStack' is defined but never used. Allowed unused vars must match /^_/u
|
Run yarn lint:
packages/frontend/components/WhatsNewModal/Fall2024ReleaseModalContent.tsx#L24
Missing "key" prop for element in array
|
Run yarn lint:
packages/frontend/components/WhatsNewModal/Fall2024ReleaseModalContent.tsx#L25
Missing "key" prop for element in array
|
Run yarn lint:
packages/frontend/components/WhatsNewModal/Fall2024ReleaseModalContent.tsx#L26
Missing "key" prop for element in array
|
Run yarn lint:
packages/frontend/components/WhatsNewModal/WhatsNewModalContextProvider.tsx#L13
Unexpected empty method 'openModal'
|
Run yarn lint:
packages/frontend/pages/home.tsx#L53
'WhatsNewModal' is defined but never used. Allowed unused vars must match /^_/u
|
Run yarn lint:
packages/frontend/pages/home.tsx#L54
'Cookies' is defined but never used. Allowed unused vars must match /^_/u
|
Run yarn lint:
packages/frontend/pages/home.tsx#L55
'Fall2024ReleaseModalContent' is defined but never used. Allowed unused vars must match /^_/u
|
Run yarn lint
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version 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/
|
Run yarn lint:
packages/frontend/components/WhatsNewModal/WhatsNewModalContextProvider.tsx#L26
The 'cookies' object construction makes the dependencies of useEffect Hook (at line 34) change on every render. To fix this, wrap the initialization of 'cookies' in its own useMemo() Hook
|
Loading