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
I had this problem as well and worked around it by toggling the list off and on again. Because my data was updated correctly, but it didn't re-render.
First, set a variable called listIsVisible on your root list container. Also, make the variable true by default. Then add this method and call it whenever you updated your list, for example in the handleDragend method.
I was just running a sample code:
The text was updated successfully, but these errors were encountered: