feat(graphql): improve error handling #3734
Annotations
11 errors and 10 warnings
|
src/app/Recordings/ArchivedRecordingsTable.tsx#L300
React Hook React.useCallback has a missing dependency: 'context.target'. Either include it or remove the dependency array
|
src/app/Topology/Entity/EntityDetails.tsx#L113
React Hook "React.useState" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
|
src/app/Topology/Entity/EntityDetails.tsx#L114
React Hook "useSubscriptions" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
|
src/app/Topology/Entity/EntityDetails.tsx#L115
React Hook "React.useContext" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
|
src/app/Topology/Entity/EntityDetails.tsx#L117
React Hook "React.useEffect" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
|
src/app/Topology/Entity/EntityDetails.tsx#L126
React Hook "React.useEffect" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
|
src/app/Topology/Entity/EntityDetails.tsx#L134
React Hook "React.useEffect" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
|
src/app/Topology/Entity/EntityDetails.tsx#L143
React Hook "React.useEffect" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
|
src/app/Topology/Entity/EntityDetails.tsx#L151
React Hook "React.useCallback" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
|
|
src/app/Dashboard/Charts/mbean/MBeanMetricsChartCard.tsx#L50
`@app/ErrorView/ErrorView` import should occur before import of `@app/Settings/types`
|
src/app/Dashboard/Charts/mbean/MBeanMetricsChartCard.tsx#L51
`@app/ErrorView/types` import should occur before import of `@app/Settings/types`
|
src/app/RecordingMetadata/BulkEditLabels.tsx#L38
`@app/Shared/Services/api.utils` import should occur before import of `@app/Shared/Services/Services`
|
src/app/RecordingMetadata/BulkEditLabels.tsx#L39
`@app/ErrorView/types` import should occur before import of `@app/RecordingMetadata/LabelCell`
|
src/app/Recordings/ArchivedRecordingsTable.tsx#L86
`@app/Shared/Services/api.utils` import should occur before import of `@app/Shared/Services/Services`
|
src/app/Recordings/ArchivedRecordingsTable.tsx#L87
`@app/ErrorView/types` import should occur before import of `@app/Modal/DeleteWarningModal`
|
src/app/Shared/Services/Api.service.tsx#L62
'MBeanMetricsResponse' is defined but never used
|
src/app/Shared/Services/Api.service.tsx#L81
`@app/ErrorView/types` import should occur before import of `@app/utils/utils`
|
src/app/Topology/Entity/EntityDetails.tsx#L20
'MBeanMetricsResponse' is defined but never used
|
src/app/Topology/Entity/EntityDetails.tsx#L21
'isGraphQLAuthError' is defined but never used
|
This job was cancelled
Loading