fix: Pyodide Web Worker blob URL leak & parallel run clobber #702
Annotations
10 warnings
|
Lint Check:
src/routes/AppRoutes.jsx#L8
'Sparkles' is defined but never used. Allowed unused vars must match /^React$/u
|
|
Lint Check:
src/routes/AppRoutes.jsx#L8
'Shield' is defined but never used. Allowed unused vars must match /^React$/u
|
|
Lint Check:
src/routes/AppRoutes.jsx#L8
'BookOpen' is defined but never used. Allowed unused vars must match /^React$/u
|
|
Lint Check:
src/pages/Matchmaker.jsx#L163
React Hook useCallback has an unnecessary dependency: 'user'. Either exclude it or remove the dependency array
|
|
Lint Check:
src/pages/Home.jsx#L20
'Target' is defined but never used. Allowed unused vars must match /^React$/u
|
|
Lint Check:
src/pages/Home.jsx#L19
'Zap' is defined but never used. Allowed unused vars must match /^React$/u
|
|
Lint Check:
src/pages/Home.jsx#L17
'Award' is defined but never used. Allowed unused vars must match /^React$/u
|
|
Lint Check:
src/pages/GitRank.jsx#L2
'ShieldCheck' is defined but never used. Allowed unused vars must match /^React$/u
|
|
Lint Check:
src/pages/Friends.jsx#L138
The 'activeDevelopers' conditional could make the dependencies of useMemo Hook (at line 144) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'activeDevelopers' in its own useMemo() Hook
|
|
Lint Check:
src/pages/CodingVerse.jsx#L609
React Hook useCallback has a missing dependency: 'runPython'. Either include it or remove the dependency array
|