-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patherrors.txt
More file actions
15 lines (15 loc) · 2.02 KB
/
errors.txt
File metadata and controls
15 lines (15 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
src/components/MapHudBanner.tsx(37,19): error TS2322: Type 'string' is not assignable to type 'never'.
src/components/MapHudBanner.tsx(61,19): error TS2322: Type 'string' is not assignable to type 'never'.
src/components/MapHudBanner.tsx(61,39): error TS2322: Type '{ color: string; }' is not assignable to type 'never'.
src/components/ScenarioBuilder.tsx(480,29): error TS2322: Type 'string' is not assignable to type 'never'.
src/components/ScenarioBuilder.tsx(480,49): error TS2322: Type '{ color: string; }' is not assignable to type 'never'.
src/components/ScenarioBuilder.tsx(643,37): error TS2322: Type 'string' is not assignable to type 'never'.
src/components/ScenarioBuilder.tsx(750,66): error TS2322: Type 'string' is not assignable to type 'never'.
src/components/SecureCommsConsole.tsx(516,55): error TS2322: Type 'string' is not assignable to type 'never'.
src/components/SidebarAccordion.tsx(119,21): error TS2322: Type 'string' is not assignable to type 'never'.
src/components/SidebarAccordion.tsx(120,21): error TS2322: Type '{ color: string; }' is not assignable to type 'never'.
src/components/SidebarAccordion.tsx(175,23): error TS2322: Type 'string' is not assignable to type 'never'.
src/components/TacticalMap3D.tsx(373,7): error TS2322: Type '{ ref: RefObject<OrbitControls | null>; args: (Camera | HTMLCanvasElement)[]; enableDamping: true; dampingFactor: number; enablePan: true; ... 7 more ...; maxPolarAngle: number; }' is not assignable to type 'IntrinsicAttributes & OrbitControlsProps & RefAttributes<OrbitControls>'.
Property 'args' does not exist on type 'IntrinsicAttributes & OrbitControlsProps & RefAttributes<OrbitControls>'.
src/components/TacticalMap3D.tsx(478,25): error TS2322: Type '{ children: Element; disableNormalPass: true; multisampling: number; }' is not assignable to type 'IntrinsicAttributes & EffectComposerProps & RefAttributes<EffectComposer>'.
Property 'disableNormalPass' does not exist on type 'IntrinsicAttributes & EffectComposerProps & RefAttributes<EffectComposer>'. Did you mean 'enableNormalPass'?