Replies: 1 comment 4 replies
-
maybe have a read here: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have functionality that changes card column based on user selection. It does an api call and I'm trying to optimistically update the card column.
However, with this approach if I move the card to a new column and then return it back, I want the card to return to the same position where it was moved off, but it's flashing to the first position.
Screen.Recording.2025-05-12.at.18.07.09.mov
But without any optimistic updates, just with backend call it works as expected.
Screen.Recording.2025-05-12.at.18.10.01.mov
So the problem is inside my optimistic updates, do you know what I'm doing wrong here? Why is it flashing?
Beta Was this translation helpful? Give feedback.
All reactions