Fix dark mode checkbox #465
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 5 warnings
Build, lint, and test on Node 14.x and ubuntu-latest
Process completed with exit code 1.
|
Build, lint, and test on Node 12.13.0 and ubuntu-latest
The operation was canceled.
|
Build, lint, and test on Node 14.x and ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build, lint, and test on Node 14.x and ubuntu-latest:
src/components/DateInput.tsx#L124
React Hook useEffect has missing dependencies: 'month', 'onChange', 'type', and 'year'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Build, lint, and test on Node 14.x and ubuntu-latest:
src/components/TextInput.tsx#L64
React Hook useEffect has a missing dependency: 'inputRef'. Either include it or remove the dependency array
|
Build, lint, and test on Node 14.x and ubuntu-latest:
src/components/Toast.tsx#L23
React Hook useEffect has a missing dependency: 'shouldShow'. Either include it or remove the dependency array
|
Build, lint, and test on Node 12.13.0 and ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|