Skip to content

[DEV-20150] Prevent breaking words in tables #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025

[DEV-20150] Prevent breaking words in tables

72d2433
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

[DEV-20150] Prevent breaking words in tables #97

[DEV-20150] Prevent breaking words in tables
72d2433
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint succeeded Apr 15, 2025 in 0s

4 warnings

ESLint found 4 warnings

Annotations

Check warning on line 27 in src/components/Media/Media.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/Media/Media.tsx#L27

A control must be associated with a text label (jsx-a11y/control-has-associated-label)

Check warning on line 43 in src/components/Rollover/Rollover.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/Rollover/Rollover.tsx#L43

Visible, non-interactive elements with click handlers must have at least one keyboard listener (jsx-a11y/click-events-have-key-events)

Check warning on line 43 in src/components/Rollover/Rollover.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/Rollover/Rollover.tsx#L43

Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element (jsx-a11y/no-static-element-interactions)

Check warning on line 26 in src/selector/Selector.test.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/selector/Selector.test.tsx#L26

'create' is deprecated. See https://react.dev/warnings/react-test-renderer (deprecation/deprecation)