Skip to content

fix: select item custom class passing (#99) #927

fix: select item custom class passing (#99)

fix: select item custom class passing (#99) #927

Triggered via push September 9, 2024 07:28
Status Success
Total duration 1m 33s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-ecosystem/action-regex-match@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions-ecosystem/action-regex-match@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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