Add new device and edit device #60
Annotations
8 errors and 8 warnings
test:
frontend/src/components/mobiflight/tables/config-columns.tsx#L193
React Hook "useParams" is called in function "cell" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
test:
frontend/src/components/mobiflight/tables/config-columns.tsx#L194
React Hook "useNavigate" is called in function "cell" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
test:
frontend/src/pages/configs/ConfigDetail.tsx#L130
'newConfig' is defined but never used
|
test:
frontend/src/pages/configs/ConfigDetailModify.tsx#L1
'Button' is defined but never used
|
test:
frontend/src/pages/configs/ConfigDetailModify.tsx#L15
'editMode' is assigned a value but never used
|
test:
frontend/src/pages/configs/ConfigDetailModify.tsx#L15
'className' is assigned a value but never used
|
test:
frontend/src/pages/configs/ConfigDetailModify.tsx#L15
'onChange' is assigned a value but never used
|
test
Process completed with exit code 1.
|
test
No files were found with the provided path: frontend/playwright-report/. No artifacts will be uploaded.
|
test:
frontend/src/pages/configs/ConfigDetail.tsx#L46
React Hook useCallback has missing dependencies: 'publish' and 'updateItem'. Either include them or remove the dependency array
|
test:
frontend/src/pages/configs/ConfigDetailEvent.tsx#L56
React Hook useCallback has missing dependencies: 'onChange' and 'tempConfig'. Either include them or remove the dependency array
|
test:
frontend/src/pages/configs/ConfigDetailEvent.tsx#L68
React Hook useCallback has missing dependencies: 'onChange' and 'tempConfig'. Either include them or remove the dependency array
|
test:
frontend/src/pages/configs/event/FSUIPC.tsx#L7
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
test:
frontend/src/pages/configs/event/SimConnectEvent.tsx#L36
React Hook useCallback has a missing dependency: 'onChange'. Either include it or remove the dependency array
|
test:
frontend/src/pages/configs/event/SimConnectEvent.tsx#L52
React Hook useCallback has a missing dependency: 'onChange'. Either include it or remove the dependency array
|
test:
frontend/src/pages/configs/event/SimConnectEvent.tsx#L57
React Hook useMemo has a missing dependency: 'onUse'. Either include it or remove the dependency array
|