Skip to content

Publish

Publish #944

Triggered via push December 12, 2024 19:11
Status Failure
Total duration 1m 38s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: cosmos/index.tsx#L12
Unexpected console statement
build: packages/floating/src/Tooltip/TooltipTrigger.tsx#L10
Unexpected any. Specify a different type
build: packages/floating/src/Tooltip/TooltipTrigger.tsx#L15
Unexpected any. Specify a different type
build: packages/floating/src/Tooltip/TooltipTrigger.tsx#L17
React Hook React.useLayoutEffect has missing dependencies: 'context.refs' and 'propRef'. Either include them or remove the dependency array
build: packages/floating/src/Tooltip/fixtures/MapTooltip.fixture.tsx#L11
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
build: packages/floating/src/Tooltip/fixtures/MapTooltip.fixture.tsx#L19
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
build: packages/floating/src/Tooltip/fixtures/MapTooltip.fixture.tsx#L52
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
build: packages/ui-kit/src/Autocomplete/components/AutocompleteItem/index.tsx#L10
Unexpected any. Specify a different type
build: packages/ui-kit/src/Autocomplete/index.tsx#L87
React Hook useEffect has missing dependencies: 'defaultSelectedItem' and 'items'. Either include them or remove the dependency array. If 'setSelectedItem' needs the current value of 'items', you can also switch to useReducer instead of useState and read 'items' in the reducer