Skip to content

fix(core): fix undefined resize observer #104

fix(core): fix undefined resize observer

fix(core): fix undefined resize observer #104

Triggered via pull request September 7, 2024 09:03
Status Success
Total duration 1m 10s
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#L202
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#L217
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#L161
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.