Skip to content

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

perf(core): use for...of

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

Triggered via pull request August 17, 2024 09:39
Status Success
Total duration 1m 37s
Artifacts

quality-core.yml

on: pull_request
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.