refactor(Balloon): convert to TypeScript, impove docs and tests, close#4565 #427
Annotations
5 warnings
changed
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
changed:
components/balloon/balloon.tsx#L370
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#L249
The autoFocus prop should not be used, as it can reduce usability and accessibility for users
|