Skip to content
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

fix(ui): Remove spread of key prop #83345

Merged
merged 1 commit into from
Jan 13, 2025
Merged

fix(ui): Remove spread of key prop #83345

merged 1 commit into from
Jan 13, 2025

Conversation

scttcper
Copy link
Member

@scttcper scttcper commented Jan 13, 2025

part of https://github.com/getsentry/frontend-tsc/issues/68

in 19 we'll have to enforce that keys are not spread. Right now it's falling back to using createElement() instead of jsx(). More information here facebook/react#20031 (comment)

part of getsentry/frontend-tsc#68

in 19 we'll have to enforce that keys are not spread. Right now it's falling back to using createElement instead of jsx. More information here facebook/react#20031 (comment)
@scttcper scttcper requested a review from a team January 13, 2025 22:40
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 13, 2025
@scttcper scttcper merged commit e221530 into master Jan 13, 2025
45 checks passed
@scttcper scttcper deleted the scttcper/key-spread-1 branch January 13, 2025 23:55
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 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.

2 participants