Feat: Gameboard grid implementation #249
Annotations
8 errors and 1 warning
node
Property 'onRoll' is missing in type '{}' but required in type 'DiceProps'.
|
node
Property 'setPlayerTurn' does not exist on type 'GameContextType'.
|
node
Element implicitly has an 'any' type because expression of type 'number' can't be used to index type '{ 1: number[][]; 2: number[][]; 3: number[][]; 4: number[][]; 5: number[][]; 6: number[][]; }'.
|
node
Type '{ highlighted: boolean; noofPieces: number; backgroundColor: string; borderColor: string; }' is not assignable to type 'IntrinsicAttributes & PlayerZoneProps'.
|
node
Type '{ highlighted: boolean; noofPieces: number; backgroundColor: string; borderColor: string; }' is not assignable to type 'IntrinsicAttributes & PlayerZoneProps'.
|
node
Type '{ highlighted: boolean; noofPieces: number; backgroundColor: string; borderColor: string; }' is not assignable to type 'IntrinsicAttributes & PlayerZoneProps'.
|
node
Type '{ highlighted: boolean; noofPieces: number; backgroundColor: string; borderColor: string; }' is not assignable to type 'IntrinsicAttributes & PlayerZoneProps'.
|
node
Process completed with exit code 2.
|
node
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|