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

[website] Replace React.MutableRefObject with React.RefObject #43284

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

aarongarciah
Copy link
Member

Extracted from #42824

Replacing a couple of instances of React.MutableRefObject with React.RefObject. React.MutableRefObject will be deprecated in React 19 types.

@aarongarciah aarongarciah added typescript website Pages that are not documentation-related, marketing-focused. labels Aug 13, 2024
@aarongarciah aarongarciah marked this pull request as ready for review August 13, 2024 15:00
@aarongarciah
Copy link
Member Author

@DiegoAndai this change is not required to support React 19, so I'm not adding the "React 19 support" label to the PR unless you think it'd be good to backport it to v5.

@aarongarciah aarongarciah merged commit ff7f4e0 into next Aug 13, 2024
26 of 27 checks passed
@aarongarciah aarongarciah deleted the mutable-ref-docs branch August 13, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typescript website Pages that are not documentation-related, marketing-focused.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants