You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
Hey, I really like this library and have found it incredibly easy to implement.
At this point I have not included it in my app because I am finding that when I swap my component positions, the window scrolls up to the top of the page very briefly before then scrolling back down to bring the components into view. It looks extremely jarring.
It might well be due to the fact that I am using React DND as well (https://react-dnd.github.io/react-dnd/examples) but I cant be sure. This is definitely a huge aesthetic issue however and until I can get it resolved wont be able to use the library or recommend it.
I did not see this issue with react-flip-move however I cannot use that either due to it using an unsafe componentWillReceiveProps method.
The text was updated successfully, but these errors were encountered:
It is probably not react-dnd: I see some scrolling issues in a similar setting with no libraries used.
What's weird is that it's not react-easy-flip either!
Maybe this is a React problem? Here's another example with simple shuffle (press X to shuffle) - it does not use any library, but occasionally scrolls to top if shuffled when scrolled to bottom, for example.
Hey, I really like this library and have found it incredibly easy to implement.
At this point I have not included it in my app because I am finding that when I swap my component positions, the window scrolls up to the top of the page very briefly before then scrolling back down to bring the components into view. It looks extremely jarring.
It might well be due to the fact that I am using React DND as well (https://react-dnd.github.io/react-dnd/examples) but I cant be sure. This is definitely a huge aesthetic issue however and until I can get it resolved wont be able to use the library or recommend it.
I did not see this issue with react-flip-move however I cannot use that either due to it using an unsafe componentWillReceiveProps method.
The text was updated successfully, but these errors were encountered: