Move to hashrouter #85
Annotations
7 warnings
basic-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
basic-test:
src/components/Navbar/Navbar.tsx#L18
React Hook React.useCallback has a missing dependency: 'navigate'. Either include it or remove the dependency array. Outer scope values like 'history' aren't valid dependencies because mutating them doesn't re-render the component
|
basic-test:
src/components/Results/ResultsPage.tsx#L84
'redirectToStoragePage' is assigned a value but never used
|
basic-test:
src/components/Storage/StoragePage.tsx#L24
'setTab' is defined but never used
|
basic-test:
src/components/sizer.tsx#L9
'BrowserRouter' is defined but never used
|
basic-test:
src/components/sizer.tsx#L171
React Hook React.useEffect has missing dependencies: 'isCompactMode' and 'location.search'. Either include them or remove the dependency array
|
basic-test:
src/components/sizer.tsx#L182
React Hook React.useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array. Outer scope values like 'history' aren't valid dependencies because mutating them doesn't re-render the component
|