While testing the TaskBoard component , I encountered several issues: (1) simply dragging cards sometimes causes a crash with Cannot convert undefined or null to object, (2) during drag-and-drop the bottom of the board flickers, (3) a horizontal scrollbar appears inside columns unexpectedly, and (4) cards sometimes disappear or leave visual artifacts (ghosts/shadows) while dragging between columns), and (5) in some cases cards get stuck and it becomes impossible to replace or move them; all of this happens with minimal/default setup, suggesting problems in internal drag-and-drop or state handling.
1.
2.

3.

4.

1.
2.
3.
4.
