update entry point for whats new modal #3032
Annotations
9 errors and 3 warnings
packages/frontend/components/WhatsNewModal/Fall2024ReleaseModalContent.tsx#L2
'Box' is defined but never used. Allowed unused vars must match /^_/u
|
packages/frontend/components/WhatsNewModal/Fall2024ReleaseModalContent.tsx#L22
Missing "key" prop for element in array
|
packages/frontend/components/WhatsNewModal/Fall2024ReleaseModalContent.tsx#L23
Missing "key" prop for element in array
|
packages/frontend/components/WhatsNewModal/Fall2024ReleaseModalContent.tsx#L24
Missing "key" prop for element in array
|
packages/frontend/components/WhatsNewModal/WhatsNewModalContextProvider.tsx#L13
Unexpected empty method 'openModal'
|
packages/frontend/pages/home.tsx#L53
'WhatsNewModal' is defined but never used. Allowed unused vars must match /^_/u
|
packages/frontend/pages/home.tsx#L54
'Cookies' is defined but never used. Allowed unused vars must match /^_/u
|
packages/frontend/pages/home.tsx#L55
'Fall2024ReleaseModalContent' is defined but never used. Allowed unused vars must match /^_/u
|
|
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/
|
packages/frontend/components/WhatsNewModal/Fall2024ReleaseModalContent.tsx#L114
Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images
|
packages/frontend/components/WhatsNewModal/WhatsNewModalContextProvider.tsx#L23
The 'cookies' object construction makes the dependencies of useEffect Hook (at line 31) change on every render. To fix this, wrap the initialization of 'cookies' in its own useMemo() Hook
|
The logs for this run have expired and are no longer available.
Loading