Skip to content

fix(Balloon): v2 default offset adjustment #573

fix(Balloon): v2 default offset adjustment

fix(Balloon): v2 default offset adjustment #573

Triggered via pull request December 5, 2024 13:28
Status Success
Total duration 1m 27s
Artifacts

check-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
changed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
changed: components/balloon/balloon.tsx#L378
The autoFocus prop should not be used, as it can reduce usability and accessibility for users
changed: components/balloon/inner.tsx#L94
Anchor used as a button. Anchors are primarily expected to navigate. Use the button element instead. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
changed: components/balloon/inner.tsx#L94
Visible, non-interactive elements with click handlers must have at least one keyboard listener
changed: components/balloon/tooltip.tsx#L260
The autoFocus prop should not be used, as it can reduce usability and accessibility for users