Claude/fix map editor black screen r v vfr #422
Annotations
13 errors and 10 warnings
|
build
Process completed with exit code 1.
|
|
type-check
Process completed with exit code 2.
|
|
type-check:
src/rendering/water/PlanarReflection.ts#L436
'"/home/runner/work/voidstrike/voidstrike/node_modules/@types/three/build/three.module"' has no exported member named 'WebGPURenderer'. Did you mean 'WebGLRenderer'?
|
|
type-check:
src/rendering/water/PlanarReflection.ts#L202
Property 'clone' does not exist on type 'Layers'.
|
|
type-check:
src/rendering/water/PlanarReflection.ts#L136
Property 'clone' does not exist on type 'Layers'.
|
|
type-check:
src/rendering/water/PlanarReflection.ts#L105
'"/home/runner/work/voidstrike/voidstrike/node_modules/@types/three/build/three.module"' has no exported member named 'WebGPURenderer'. Did you mean 'WebGLRenderer'?
|
|
type-check:
src/rendering/water/PlanarReflection.ts#L70
'"/home/runner/work/voidstrike/voidstrike/node_modules/@types/three/build/three.module"' has no exported member named 'WebGPURenderer'. Did you mean 'WebGLRenderer'?
|
|
type-check:
src/rendering/EnvironmentManager.ts#L236
'"/home/runner/work/voidstrike/voidstrike/node_modules/@types/three/build/three.module"' has no exported member named 'WebGPURenderer'. Did you mean 'WebGLRenderer'?
|
|
type-check:
src/rendering/EnvironmentManager.ts#L90
'"/home/runner/work/voidstrike/voidstrike/node_modules/@types/three/build/three.module"' has no exported member named 'WebGPURenderer'. Did you mean 'WebGLRenderer'?
|
|
type-check:
src/components/game/hooks/useWebGPURenderer.ts#L378
Property 'setPostProcessingEnabled' does not exist on type 'UIState'.
|
|
lint
Process completed with exit code 1.
|
|
lint:
src/rendering/water/PlanarReflection.ts#L331
'camera' is defined but never used. Allowed unused args must match /^_/u
|
|
lint:
src/rendering/tsl/WaterMaterial.ts#L37
'mul' is defined but never used. Allowed unused vars must match /^_/u
|
|
lint:
src/editor/providers/voidstrike.ts#L268
Unexpected any. Specify a different type
|
|
lint:
src/editor/core/EditorCanvas.tsx#L121
Unexpected any. Specify a different type
|
|
lint
React Hook useCallback has missing dependencies: 'selectedFeature' and 'state.snapMode'. Either include them or remove the dependency array
|
|
lint:
src/components/game/hooks/useWebGPURenderer.ts#L941
React Hook useCallback has missing dependencies: 'startAnimationLoop' and 'workerBridgeRef'. Either include them or remove the dependency array
|
|
lint:
src/components/game/hooks/useWebGPURenderer.ts#L603
Unexpected any. Specify a different type
|
|
lint:
src/components/game/Minimap.tsx#L164
Unexpected any. Specify a different type
|
|
lint:
src/components/game/Minimap.tsx#L163
Unexpected any. Specify a different type
|
|
lint:
src/components/game/Minimap.tsx#L163
Unexpected any. Specify a different type
|
|
lint:
src/components/game/CommandCard/index.tsx#L68
React Hook useMemo has an unnecessary dependency: 'buildingStateVersion'. Either exclude it or remove the dependency array
|
|
lint:
src/app/layout.tsx#L21
Custom fonts not added in `pages/_document.js` will only load for a single page. This is discouraged. See: https://nextjs.org/docs/messages/no-page-custom-font
|