Skip to content

feat(advanced-marker): add support for clickable option #533

feat(advanced-marker): add support for clickable option

feat(advanced-marker): add support for clickable option #533

Triggered via pull request May 6, 2024 10:12
Status Failure
Total duration 27s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
test: src/components/__tests__/advanced-marker.test.tsx#L54
Property 'collisionBehavior' is missing in type '{ position: { lat: number; lng: number; }; }' but required in type '{ draggable?: boolean | undefined; clickable?: boolean | undefined; collisionBehavior: CollisionBehavior; className?: string | undefined; style?: CSSProperties | undefined; }'.
test: src/components/__tests__/advanced-marker.test.tsx#L68
Property 'collisionBehavior' is missing in type '{ position: { lat: number; lng: number; }; }' but required in type '{ draggable?: boolean | undefined; clickable?: boolean | undefined; collisionBehavior: CollisionBehavior; className?: string | undefined; style?: CSSProperties | undefined; }'.
test: src/components/__tests__/advanced-marker.test.tsx#L69
Property 'collisionBehavior' is missing in type '{ position: { lat: number; lng: number; }; }' but required in type '{ draggable?: boolean | undefined; clickable?: boolean | undefined; collisionBehavior: CollisionBehavior; className?: string | undefined; style?: CSSProperties | undefined; }'.
test: src/components/__tests__/advanced-marker.test.tsx#L84
Property 'collisionBehavior' is missing in type '{ position: { lat: number; lng: number; }; }' but required in type '{ draggable?: boolean | undefined; clickable?: boolean | undefined; collisionBehavior: CollisionBehavior; className?: string | undefined; style?: CSSProperties | undefined; }'.
test: src/components/__tests__/advanced-marker.test.tsx#L94
Property 'collisionBehavior' is missing in type '{ position: { lat: number; lng: number; }; }' but required in type '{ draggable?: boolean | undefined; clickable?: boolean | undefined; collisionBehavior: CollisionBehavior; className?: string | undefined; style?: CSSProperties | undefined; }'.
test: src/components/__tests__/pin.test.tsx#L89
Property 'collisionBehavior' is missing in type '{ children: Element; }' but required in type '{ draggable?: boolean | undefined; clickable?: boolean | undefined; collisionBehavior: CollisionBehavior; className?: string | undefined; style?: CSSProperties | undefined; }'.
test: src/components/__tests__/pin.test.tsx#L105
Property 'collisionBehavior' is missing in type '{ children: Element; }' but required in type '{ draggable?: boolean | undefined; clickable?: boolean | undefined; collisionBehavior: CollisionBehavior; className?: string | undefined; style?: CSSProperties | undefined; }'.
test
Process completed with exit code 1.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.