Skip to content

Conversation

@ryan953
Copy link
Member

@ryan953 ryan953 commented Jun 30, 2025

This is so we can pass stuff like data-test-id as expected

…we can pass stuff like data-test-id as expected
@ryan953 ryan953 requested review from a team and malwilley June 30, 2025 16:55
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 30, 2025
@ryan953 ryan953 merged commit f27167d into master Jun 30, 2025
47 checks passed
@ryan953 ryan953 deleted the ryan953/simpleTable-props branch June 30, 2025 17:22
import {space} from 'sentry/styles/space';

interface TableProps {
interface TableProps extends HTMLAttributes<HTMLDivElement> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit, but we should omit role attribute here since we are overriding it on the table

andrewshie-sentry pushed a commit that referenced this pull request Jul 14, 2025
)

This is so we can pass stuff like `data-test-id` as expected
@github-actions github-actions bot locked and limited conversation to collaborators Jul 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants