ci #58
ci.yml
on: pull_request
Matrix: test
Lint
34s
All Tests Pass
2s
Annotations
1 error and 10 warnings
|
Lint
Process completed with exit code 1.
|
|
Lint
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
client/src/Popups/Tools.tsx#L125
React Hook useEffect has a missing dependency: 'handleHover'. Either include it or remove the dependency array
|
|
Lint:
client/src/Popups/Tools.tsx#L123
The ref value 'linkRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'linkRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Lint:
client/src/NavBar.tsx#L270
Run autofix to sort these exports!
|
|
Lint:
client/src/NavBar.tsx#L1
Run autofix to sort these imports!
|
|
Lint:
client/src/App.tsx#L210
React Hook useEffect has missing dependencies: 'code', 'mobile', and 'setCode'. Either include them or remove the dependency array
|
|
Lint:
client/src/App.tsx#L25
'isBrowserDefaultDark' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint:
client/src/App.tsx#L25
'isBrowserDefaultDark' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint:
client/src/App.tsx#L14
'LeanLogo' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint:
client/src/App.tsx#L14
'LeanLogo' is defined but never used
|