122dc37afe
Summary: Currently, modifying a component that renders a FlatLists while Hot Reloading is enabled will trigger an invariant inside FlatList for changing viewabilityConfig on the fly. This happens because it checks object equality between the configs. By checking equality of the config's *properties* instead, we maintain the efficacy of the invariant but keep it from falsely triggering during development. Reviewed By: sahrens Differential Revision: D9466129 fbshipit-source-id: 67149e9e70ad7b2e2584bb7ec03e2dea26ef45e8 |
||
---|---|---|
.. | ||
ListView | ||
__flowtests__ | ||
__tests__ | ||
FillRateHelper.js | ||
FlatList.js | ||
MetroListView.js | ||
SectionList.js | ||
ViewabilityHelper.js | ||
VirtualizeUtils.js | ||
VirtualizedList.js | ||
VirtualizedSectionList.js |