Closed petyosi closed 3 years ago
would be awesome if the solution to this could also solve https://github.com/petyosi/react-virtuoso/issues/127
:tada: This issue has been resolved in version 1.5.7 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
@petyosi just tested and #127 works flawlessly now, amazing work!
The implementation does not track the viewport changes - only the addition of new items. Should look into both increase and decrease.
Necessary to check - if the viewport is resized, the list items may be resized as well. The repositioning should be applied after that. The fix applied does not track item resize - only viewport decrease.