May I fix this virtualization bug? #2236
-
Over here I alluded to an RNW bug that I've since dug more into and it seems to be a general virtualization bug and not necessarily just FlatList. I've tried updating a few files in the vendor area (FlatList, VirtualizeUtils, and VirtualizedList) from the latest at https://github.com/facebook/react-native. That seems to make some severe virtualization bugs go away! 🎉 I'd like to know if I putting up a PR for this would be likely to receive timely attention and a decent reception, or whether there'd be reasons to stop such an effort... So hoping to hear something before putting together the PR. (My main alternative, of course, is to move our product to referencing a fork.) Since I have a couple tiny PRs already up awaiting feedback, I'd also like to see them through the process first as a trial run before ramping up to a PR with actual substance to it. Thank you again for maintaining such a wonderful library. 😄 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes PR is welcome to update the vendor files |
Beta Was this translation helpful? Give feedback.
-
My approach so far - I made some bite sized PRs (3 up right now #2229, #2237, #2238) with the bits leading up to easily reproducing FlatList-flavored VirtualizedList issues directly through the Right now I've got local edits which took a manual diff of the latest code from facebook/react-native to update react-native-web's Next things on my TODO list here are: |
Beta Was this translation helpful? Give feedback.
Yes PR is welcome to update the vendor files