Issues with inverted props on VirtualizedList #23635
Labels
Component: VirtualizedList
Resolution: Locked
This issue was locked by the bot.
Type: Discussion
Long running discussion.
The way the current
VirtualizedList
inverts the elements order is really hacky and generate a lot of troubles, especially when combined withonEndReached
events.You can see the problem here for instance. Sandbox can be found here.
I propose a much simpler and efficient way. But I need some help to complete it. I could test my changes by editing the built file inside the node_modules of the sandboxed project provided above, but I don't know how to build the changes I made in my PR and import them to use them in a sample project...
I'm not sure what should be expected from the "Test Plan" part of the PR.
About the snapshot tests that obviously would fail, should I update them myself?
Tell me what you think.
The text was updated successfully, but these errors were encountered: