How to dynamically update drag ghost image text during drag operation in React?
I’m trying to update the text of a custom drag ghost image while dragging over specific elements. However, the ghost image text doesn’t update even though the state changes.