react-tiny-virtual-list
react-tiny-virtual-list copied to clipboard
Export enum ALIGNMENT as scrollAlignment to use with scrollToAlignment
This PR offers a solution to the following issue:
https://github.com/clauderic/react-tiny-virtual-list/issues/68
Codecov Report
Merging #69 into master will not change coverage. The diff coverage is
100%.
@@ Coverage Diff @@
## master #69 +/- ##
=======================================
Coverage 94.28% 94.28%
=======================================
Files 3 3
Lines 140 140
Branches 17 17
=======================================
Hits 132 132
Misses 8 8
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/index.tsx | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 5548cc7...853c9b3. Read the comment docs.
@clauderic fyi***