add id to tab key #861
Annotations
2 errors and 10 warnings
|
Run Lint
Process completed with exit code 1.
|
|
Run Lint:
src/routes/admin/roles.index.tsx#L462
React Hook "useCapabilities" is called conditionally. React Hooks must be called in the exact same order in every component render
|
|
Run Lint:
src/components/OpenSourceStats.tsx#L182
Imported JSX component _OssStats must be in PascalCase or SCREAMING_SNAKE_CASE
|
|
Run Lint:
src/components/NpmStatsChart.tsx#L73
The ref value 'plotRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'plotRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Run Lint:
src/components/Navbar.tsx#L35
'user' is assigned a value but never used
|
|
Run Lint:
src/components/FeedFilters.tsx#L157
React Hook React.useEffect has a missing dependency: 'onFiltersChange'. Either include it or remove the dependency array. If 'onFiltersChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Run Lint:
src/components/FeedEntry.tsx#L42
'FeedEntry' is already defined
|
|
Run Lint:
src/components/DocsLayout.tsx#L176
'setShowBytes' is assigned a value but never used
|
|
Run Lint:
src/components/DocsLayout.tsx#L176
'showBytes' is assigned a value but never used
|
|
Run Lint:
src/components/Doc.tsx#L17
'GamLeader' is defined but never used
|
|
Run Lint:
src/components/CookieConsent.tsx#L87
React Hook useEffect has missing dependencies: 'consentSettings' and 'updateGTMConsent'. Either include them or remove the dependency array
|
|
Run Lint:
src/components/BackgroundGradient.tsx#L2
'useMatch' is defined but never used
|
Loading