Skip to content

perf(core): use for...of #77

perf(core): use for...of

perf(core): use for...of #77

Triggered via push August 17, 2024 09:52
Status Success
Total duration 1m 39s
Artifacts

quality-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
lint/a11y/useKeyWithClickEvents: packages/core/src/components/dropdown/dropdown.tsx#L185
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/dropdown/dropdown.tsx#L200
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/drawer/drawer.tsx#L133
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/accordion/accordion.tsx#L117
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.