Simplify awards #286
Annotations
11 warnings
Lint admin
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint admin:
src/frontend/admin/src/components/AdvancedJson.jsx#L113
React Hook useEffect has a missing dependency: 'previewApiGet'. Either include it or remove the dependency array
|
Lint admin:
src/frontend/admin/src/components/AdvancedJson.jsx#L225
React Hook useEffect has missing dependencies: 'errorHandler' and 'schemaGet'. Either include them or remove the dependency array
|
Lint admin:
src/frontend/admin/src/components/AdvancedJson.jsx#L231
React Hook useEffect has missing dependencies: 'apiGet' and 'errorHandler'. Either include them or remove the dependency array
|
Lint admin:
src/frontend/admin/src/components/BackendLog.jsx#L10
React Hook useCallback has a missing dependency: 'addMessages'. Either include it or remove the dependency array
|
Lint admin:
src/frontend/admin/src/components/MediaFiles.jsx#L54
React Hook useEffect has a missing dependency: 'loadFiles'. Either include it or remove the dependency array
|
Lint admin:
src/frontend/admin/src/components/PresetsManager.jsx#L23
React Hook useEffect has a missing dependency: 'loadData'. Either include it or remove the dependency array
|
Lint admin:
src/frontend/admin/src/components/PresetsManager.jsx#L27
React Hook useEffect has missing dependencies: 'loadData' and 'service'. Either include them or remove the dependency array
|
Lint admin:
src/frontend/admin/src/components/PresetsTableCell.jsx#L6
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint admin:
src/frontend/admin/src/components/PresetsTableRow.jsx#L13
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint admin:
src/frontend/admin/src/components/PresetsTableRow.jsx#L18
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|