更新README #12
Annotations
5 errors and 3 warnings
|
frontend
Process completed with exit code 1.
|
|
frontend:
dashboard/src/components/Monitor.tsx#L10
Unexpected any. Specify a different type
|
|
frontend:
dashboard/src/components/Cron.tsx#L37
't' is assigned a value but never used
|
|
frontend:
dashboard/src/components/CapabilityIcon.tsx#L14
Unexpected any. Specify a different type
|
|
backend
Process completed with exit code 1.
|
|
frontend:
dashboard/src/contexts/SessionContext.tsx#L131
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
frontend:
dashboard/src/components/Monitor.tsx#L47
React Hook useEffect has missing dependencies: 'isFirstLoad' and 'pollNewLogs'. Either include them or remove the dependency array
|
|
frontend:
dashboard/src/components/Monitor.tsx#L37
React Hook useEffect has a missing dependency: 'fetchLogs'. Either include it or remove the dependency array
|