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'm using toIndex to read data inside onReordered and access its object value to recalculate LexoRank.
So if I drag any item at the bottom and go over the Flatlist box, the toIndex value becomes over the data.length
It gives me an error if I want to access the data array like removed[toindex].rank
I'm not sure if it's a bug, but for now, I have implemented workaround and made a comparison if it's in the range
The text was updated successfully, but these errors were encountered:
I'm using toIndex to read data inside onReordered and access its object value to recalculate LexoRank.
So if I drag any item at the bottom and go over the Flatlist box, the toIndex value becomes over the data.length
It gives me an error if I want to access the data array like removed[toindex].rank
I'm not sure if it's a bug, but for now, I have implemented workaround and made a comparison if it's in the range
The text was updated successfully, but these errors were encountered: