feat(graphql): improve error handling #3769
Annotations
5 errors and 5 warnings
|
src/app/Topology/Entity/EntityDetails.tsx#L152
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#L153
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/Topology/Entity/EntityDetails.tsx#L200
React Hook React.useMemo has a missing dependency: 'errorMessage'. Either include it or remove the dependency array
|
|
src/app/Dashboard/Charts/mbean/MBeanMetricsChartCard.tsx#L51
`@app/ErrorView/types` import should occur before import of `@app/Settings/types`
|
src/app/Shared/Services/Api.service.tsx#L63
'MBeanMetricsResponse' is defined but never used
|
src/app/Topology/Entity/EntityDetails.tsx#L20
'MBeanMetricsResponse' is defined but never used
|
src/app/Topology/Entity/EntityDetails.tsx#L54
'tap' is defined but never used
|
src/app/Topology/Entity/EntityDetails.tsx#L80
`@app/ErrorView/ErrorView` import should occur before import of `@app/ErrorView/types`
|
This job was cancelled
Loading