fix(Balloon): v2 default offset adjustment #573
Annotations
5 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run npm run check:changed:
components/balloon/balloon.tsx#L378
The autoFocus prop should not be used, as it can reduce usability and accessibility for users
|
Run npm run check: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
|
Run npm run check:changed:
components/balloon/inner.tsx#L94
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
Run npm run check:changed:
components/balloon/tooltip.tsx#L260
The autoFocus prop should not be used, as it can reduce usability and accessibility for users
|
Loading