Merge pull request #308 from mash-up-kr/feature/schedule-notice #1108
Annotations
12 warnings
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (18.x):
src/components/ScheduleDetail/ScheduleInfoList/ScheduleInfoList.component.tsx#L33
The 'baseScheduleInfoListItem' array makes the dependencies of useMemo Hook (at line 80) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'baseScheduleInfoListItem' in its own useMemo() Hook
|
build (18.x):
src/components/common/Editor/Editor.component.tsx#L51
React Hook useEffect has a missing dependency: 'initEditor'. Either include it or remove the dependency array
|
build (18.x):
src/components/common/Editor/Editor.component.tsx#L59
React Hook useEffect has a missing dependency: 'id'. Either include it or remove the dependency array
|
build (18.x):
src/components/common/Table/Table.test.tsx#L168
Test has no assertions
|
build (18.x):
src/components/common/Table/Table.test.tsx#L192
Test has no assertions
|
build (18.x):
src/components/common/Table/Table.test.tsx#L194
Test has no assertions
|
build (18.x):
src/components/common/Table/Table.test.tsx#L196
Test has no assertions
|
build (18.x):
src/components/common/Table/Table.test.tsx#L198
Test has no assertions
|
build (18.x):
src/components/common/Table/Table.test.tsx#L200
Test has no assertions
|
build (18.x):
src/components/common/Table/Table.test.tsx#L202
Test has no assertions
|