[4.1.1] - 2021-05-14
Added
- Added a test harness, in PR #85
Fixed
- Fixed #75. If
debugis set, it will show debug in console log. If not specified, it will fallback toNODE_ENV === 'production', in PR #77. - Fixed #84. Fixed a race condition: while under heavy load, sticky, and at the end, calling
useScrollTo()to any positions, the scroll view may scroll back to the bottom immediately, in PR #85