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(Overlay): fix target type for react 19 refs #115

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Conversation

kyletsang
Copy link
Collaborator

Fixes an issue in react 19 where initial values are mandatory for refs and null was not allowed

Closes react-bootstrap/react-bootstrap#6883

@kyletsang kyletsang requested a review from jquense January 13, 2025 01:23
@kyletsang kyletsang merged commit 0018dff into main Jan 14, 2025
6 checks passed
@kyletsang kyletsang deleted the overlay-target-fix branch January 14, 2025 05:24
@jquense
Copy link
Member

jquense commented Jan 15, 2025

How do you want to do the release here? one more minor with this and my changes or just go major and drop old react?

@kyletsang
Copy link
Collaborator Author

How do you want to do the release here? one more minor with this and my changes or just go major and drop old react?

I'm thinking your changes already warrant a major, so we should branch, add my fix in and we can release from that branch for the patch. Will do one last release on RB before switching over the build to mimic here.

@kyletsang
Copy link
Collaborator Author

I'll take care of that patch release later tonight

@kyletsang
Copy link
Collaborator Author

Hey @jquense, can you add branch protection for the "v1" branch? I don't have permissions to do so

@jquense
Copy link
Member

jquense commented Jan 17, 2025

bumped your permissions up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: TypeScript type error in OverlayProps (React v19)
2 participants