Closed harrisgca closed 2 years ago
Merging #19 (2ecda89) into main (5871316) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #19 +/- ##
=======================================
Coverage 90.41% 90.41%
=======================================
Files 5 5
Lines 438 438
Branches 161 161
=======================================
Hits 396 396
Misses 42 42
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5871316...2ecda89. Read the comment docs.
@all-contributors please add @harrisgca for maintenance
@marekrozmus
I've put up a pull request to add @harrisgca! :tada:
@harrisgca thank you 🥇 🙂
onSwipeProgress
: The README listsprogress
as the prop being passed to the callback, but the type does not include the parameter, which causes a Typescript error.className
: This code block showsclassName
as an accepted prop (https://github.com/marekrozmus/react-swipeable-list/blob/main/src/SwipeableListItem.js#L768-L773), but needs to be added to the types to avoid a TS error