Skip to content

React-components: Add ability to customize Popper ARIA role (#235) #53

React-components: Add ability to customize Popper ARIA role (#235)

React-components: Add ability to customize Popper ARIA role (#235) #53

Triggered via push August 27, 2026 08:00
Status Success
Total duration 2m 0s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
typescript(no-unsafe-type-assertion): packages/react-components/src/styles/foundations/colors.ts#L27
Unsafe assertion to `any` detected: consider using a more specific type to ensure safety.
import(no-unassigned-import): packages/react-components/vitest.setup.ts#L1
Imported module should be assigned
import(no-unassigned-import): packages/react-components/src/emotion.d.ts#L1
Imported module should be assigned
unicorn(consistent-function-scoping): packages/react-components/src/Avatar/avatar.tsx#L128
Function `defaultRenderInitials` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): packages/react-components/src/Select/select.tsx#L264
Function `renderGroup` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): packages/react-components/src/Autocomplete/autocomplete.test.tsx#L327
Function `Test` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): packages/react-components/src/Autocomplete/autocomplete.tsx#L399
Function `renderGroup` does not capture any variables from its parent scope
unicorn(prefer-add-event-listener): packages/react-components/src/hooks/use_image.ts#L68
Prefer `addEventListener()` over their `on`-function counterparts.
unicorn(prefer-add-event-listener): packages/react-components/src/hooks/use_image.ts#L55
Prefer `addEventListener()` over their `on`-function counterparts.