fjmorant / react-native-nested-listview

Display nested arrays of N levels with this React Native library.
MIT License
196 stars 25 forks source link

fix: extra data prop re-render issues #428

Closed fjmorant closed 2 years ago

fjmorant commented 2 years ago

Fixes issue https://github.com/fjmorant/react-native-nested-listview/issues/384 in 0.13.0

codecov[bot] commented 2 years ago

Codecov Report

Base: 96.93% // Head: 96.87% // Decreases project coverage by -0.06% :warning:

Coverage data is based on head (75cdb9c) compared to base (f0481f3). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #428 +/- ## ========================================== - Coverage 96.93% 96.87% -0.07% ========================================== Files 4 4 Lines 98 96 -2 Branches 33 30 -3 ========================================== - Hits 95 93 -2 Misses 3 3 ``` | [Impacted Files](https://codecov.io/gh/fjmorant/react-native-nested-listview/pull/428?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Javier+Morant) | Coverage Δ | | |---|---|---| | [src/nested-list-view/nested-list-view.tsx](https://codecov.io/gh/fjmorant/react-native-nested-listview/pull/428/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Javier+Morant#diff-c3JjL25lc3RlZC1saXN0LXZpZXcvbmVzdGVkLWxpc3Qtdmlldy50c3g=) | `95.65% <100.00%> (-0.19%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Javier+Morant). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Javier+Morant)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.