-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Revert Factory Registration to fix ListView regression #17084
Conversation
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.
Can we revert less? We shouldn't have to revert all 3 of these.
Can you share some details on what is wrong with these changes? What is the error, how do I reproduce it? |
Yea, I've linked @drasticactions issue in the description #17084 (comment) The other way to reproduce is through the legacy tests. |
Diff is also smaller
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.
This puts the public API changes back now.
Description of Change
Currently the ListView is crashing with this set of changes.
Issues Fixed
Fixes #17028