Skip to content

test time select

test time select #903

Triggered via pull request February 13, 2025 08:49
Status Failure
Total duration 2m 55s
Artifacts

preview.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
deploy-preview: packages/ui-avatar/src/Avatar/__new-tests__/Avatar.test.tsx#L43
Property 'value' does not exist on type 'HTMLElement'.
deploy-preview: packages/ui-avatar/src/Avatar/__new-tests__/Avatar.test.tsx#L44
Property 'value' does not exist on type 'HTMLElement'.
deploy-preview: packages/ui-avatar/src/Avatar/index.tsx#L28
Cannot find module '@instructure/ui-time-select' or its corresponding type declarations.
deploy-preview: packages/ui-avatar/src/Avatar/index.tsx#L29
All imports in import declaration are unused.
deploy-preview: packages/ui-avatar/src/Avatar/index.tsx#L62
Property 'state' in type 'Avatar' is not assignable to the same property in base type 'Component<AvatarProps, AvatarState, any>'.
deploy-preview: packages/ui-avatar/src/Avatar/index.tsx#L87
Property 'loaded' does not exist on type '{ startTime: string; endTime: string; }'.
deploy-preview: packages/ui-avatar/src/Avatar/index.tsx#L92
Parameter 'value' implicitly has an 'any' type.
deploy-preview: packages/ui-avatar/src/Avatar/index.tsx#L93
Object literal may only specify known properties, and 'startTime' does not exist in type 'AvatarState | ((prevState: Readonly<AvatarState>, props: Readonly<AvatarProps>) => AvatarState | Pick<...> | null) | Pick<...>'.
deploy-preview: packages/ui-avatar/src/Avatar/index.tsx#L96
Parameter 'value' implicitly has an 'any' type.