[feature] Terrain can now be marked as non-destructive. #94
Annotations
4 errors and 1 warning
deploy:
src/components/lobby.tsx#L43
Property 'ammo' is missing in type '{ name: string; group: TeamGroup.Red; playerUserId: string | null; worms: { name: string; health: number; maxHealth: number; }[]; }' but required in type 'Team'.
|
deploy:
src/components/menus/overlaytest.tsx#L22
Type 'IWeaponDefiniton[] | null' is not assignable to type 'AmmoCount | null'.
|
deploy:
src/state/recorder.ts#L146
Type '{ name: string; group: TeamGroup; playerUserId: string | null; worms: { uuid: string; name: string; health: number; maxHealth: number; }[]; }[]' is not assignable to type '{ group: TeamGroup; name: string; worms: { uuid: string; name: string; health: number; maxHealth: number; }[]; playerUserId: string | null; ammo: Record<string, number>; }[]'.
|
deploy
Process completed with exit code 2.
|
deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|