fix: oneclient memory and resolution settings #464
Merged
Annotations
6 errors and 7 warnings
|
Linting
Process completed with exit code 1.
|
|
Linting:
apps/onelauncher/frontend/src/routes/app/browser/route.tsx#L68
'CategoryFilter' is defined but never used. Allowed unused vars must match /^_/u
|
|
Linting:
apps/onelauncher/frontend/src/routes/app/browser/package.$provider.$id.tsx#L263
This assertion is unnecessary since the receiver accepts the original type of the expression
|
|
Linting:
apps/oneclient/frontend/src/routes/app/account/route.tsx#L23
Unnecessary conditional, value is `never`
|
|
Linting:
apps/oneclient/frontend/src/routes/__root.tsx#L71
This assertion is unnecessary since the receiver accepts the original type of the expression
|
|
Linting:
apps/oneclient/frontend/src/routes/__root.tsx#L71
This assertion is unnecessary since the receiver accepts the original type of the expression
|
|
Linting:
apps/oneclient/frontend/src/routes/onboarding/preferences/versionCategory.tsx#L145
React Hook useMemo has a missing dependency: 'onClickOnMod'. Either include it or remove the dependency array
|
|
Linting:
apps/oneclient/frontend/src/routes/app/account/skins.tsx#L136
React Hook useEffect has missing dependencies: 'setSkins' and 'skinData'. Either include them or remove the dependency array
|
|
Linting:
apps/oneclient/frontend/src/routes/app/account/skins.tsx#L123
React Hook useEffect has a missing dependency: 'profileData'. Either include it or remove the dependency array
|
|
Linting:
apps/oneclient/frontend/src/hooks/useSettings.ts#L65
React Hook useMemo has a missing dependency: 'profileSrc'. Either include it or remove the dependency array
|
|
Linting:
apps/oneclient/frontend/src/hooks/useSettings.ts#L22
React Hook useMemo has a missing dependency: 'setSetting'. Either include it or remove the dependency array
|
|
Linting:
apps/oneclient/frontend/src/components/SkinViewer.tsx#L97
React Hook useEffect has missing dependencies: 'animation', 'autoRotate', 'autoRotateSpeed', 'enableDamping', 'enablePan', 'enableRotate', 'enableZoom', 'playerRotatePhi', 'playerRotateTheta', 'translateRotateX', 'translateRotateY', 'translateRotateZ', and 'zoom'. Either include them or remove the dependency array
|
|
Linting:
apps/oneclient/frontend/src/components/DownloadMods.tsx#L159
React Hook useEffect has missing dependencies: 'download' and 'useParallelModDownloading'. Either include them or remove the dependency array
|
Loading