Skip to content

Add / to the created link #90

Add / to the created link

Add / to the created link #90

Triggered via push September 20, 2024 07:19
Status Success
Total duration 5m 18s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 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
basic-test: src/components/sizer.tsx#L227
'IS_BETA' is assigned a value but never used
basic-test: src/components/sizer.tsx#L228
'BETA_BASE' is assigned a value but never used