Merge pull request #2074 from methodic-labs/task/CHRONICLE-134-choose… #2487
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
npm run lint:
src/common/components/buttons/index.js#L5
Prefer default export
|
npm run lint:
src/common/components/errors/index.js#L5
Prefer default export
|
npm run lint:
src/common/constants/testing/index.js#L25
Prefer default export
|
npm run lint:
src/common/utils/testing/index.js#L5
Prefer default export
|
npm run lint:
src/containers/dashboard/components/constants.js#L10
Prefer default export
|
npm run lint:
src/containers/study/components/ChangeEnrollmentModal.js#L40
React Hook useEffect has a missing dependency: 'enrollmentStatus'. Either include it or remove the dependency array. If 'setAction' needs the current value of 'enrollmentStatus', you can also switch to useReducer instead of useState and read 'enrollmentStatus' in the reducer
|
npm run lint:
src/containers/study/components/ParticipantRow.js#L120
React Hook useMemo has a missing dependency: 'getRowData'. Either include it or remove the dependency array
|
npm run lint:
src/containers/survey/DailyAppUsageSurvey.js#L42
'date' is missing in props validation
|
npm run lint:
src/containers/survey/DailyAppUsageSurvey.js#L43
'participantId' is missing in props validation
|
npm run lint:
src/containers/survey/DailyAppUsageSurvey.js#L44
'studyId' is missing in props validation
|
The logs for this run have expired and are no longer available.
Loading