-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Reland "fix a Scaffold.bottomSheet update bug" #106775
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
Conversation
|
I know why the original patch breaks tests now, change the key will cause the subtree unmount from the tree and disposal. |
Nice catch! I will run this against internal tests and see if it still causes any breaks. |
Piinks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - but do not merge. Approval is necessary to run the test suite.
|
Marked as WIP so the bot will not accidentally merge. :) |
|
Confirmed this no longer breaks internal tests. 🎉 |
Reland #83689
Reverted by #83904
Fixes #83668
I change a solution to fix the issue and I am not sure whether this still breaks the G-test.