NSM Dashboard initial impl. #1
Annotations
5 errors and 2 warnings
react-lint:
src/layouts.ts#L1
Unexpected any. Specify a different type
|
react-lint
Duplicate enum member value 10
|
react-lint:
src/store/reducer.ts#L4
Unexpected any. Specify a different type
|
react-lint:
src/store/reducer.ts#L12
Unexpected any. Specify a different type
|
react-lint
Process completed with exit code 1.
|
react-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
react-lint:
src/App.tsx#L35
React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array
|