fix(0.81): Add value-initialization in RCTComponentData#2999
Merged
Saadnajmi merged 5 commits intoJun 26, 2026
Conversation
Collaborator
|
I think we can exclude the unit tests and pbxproj changes and just add a // [macOS] comment, the native RNTester tests are pretty dead |
Saadnajmi
reviewed
Jun 26, 2026
Saadnajmi
reviewed
Jun 26, 2026
Saadnajmi
approved these changes
Jun 26, 2026
Saadnajmi
added a commit
that referenced
this pull request
Jun 26, 2026
## Summary - revert the generated `chore(release): publish 0.81.8` bump commit so repo versions return to the last published baseline (`0.81.7`) - keep a single Nx patch version plan to retry releasing `0.81.8` ## Why `0.81.8` was tagged in git but did not fully publish to npm. Retrying from `0.81.7` + a patch version plan is the same working pattern used in the previous release-retry PR. ## Changes since v0.81.7 - chore(0.81): bump fmt to 12.1.0 to fix Xcode 26.4 (#2997) - fix(0.81): Add value-initialization in RCTComponentData (#2999) - ci(0.81): pass --access public to npm publish (#3000) ## Validation - `yarn exec -- nx release --dry-run --verbose` - resolves current versions as `0.81.7` - plans bump to `0.81.8` for both `react-native-macos` and `@react-native-macos/virtualized-lists` 🤖 Generated with Copilot CLI --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
This fixes a UBSan error.
Test Plan:
I added a unit test that was written by Copilot. You can get it to fail by undoing this change and running the tests in Xcode with UBSan turned on.