Resort to window.location.pathname instead of React router pathname #75
Annotations
4 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/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#L170
React Hook React.useEffect has missing dependencies: 'isCompactMode' and 'location.search'. Either include them or remove the dependency array
|