-
Notifications
You must be signed in to change notification settings - Fork 7
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
[0.76] Fix errors with component stacks reported as warnings #560
Comments
I'm reverting these from RC4, the unit tests are unfortunately failing: https://github.com/facebook/react-native/actions/runs/11217965745/job/31180674552#step:3:766 |
@huntie we're skipping this for 0.76.1 because nothing has changed (so we think the tests will continue to fail). If you think this should go in 0.76.2, please update so it'll pass CI. |
Ugh 👍🏻. I'll recreate a single PR without the tests (covered on |
Use #607 to track. |
Target Branch(es)
0.76
Link to commit or PR to be picked
facebook/react-native#46637
Description
This is a desirable (although optional) pick request that changes the default behaviour of
LogBox.setWarningFilter()
, which could lead to confusing behaviour when combined with React Native DevTools changes around LogBox.PRs (originally to
main
) to pick in order:(⬆️ If needed, changes could be more granularly selected, but I don't anticipate conflicts in this section of the codebase.)
The text was updated successfully, but these errors were encountered: