-
Hi, I was wondering if anyone has encountered a similar issue to this. A neighboring container task with the same index flickers when swapping containers over. |
Beta Was this translation helpful? Give feedback.
Answered by
jgalminas
Mar 2, 2022
Replies: 2 comments 2 replies
-
Can provide code or more information if needed, any insight would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I managed to fix this by adding |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jgalminas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to fix this by adding
measuring={{ droppable: { strategy: MeasuringStrategy.Always, }, }}
to the DndContext component.