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 noticed that when numColumns is set to 2, so two items are in each row, separator is rendered on the second to last item, and so it creates unnecessary spacing at the bottom of the list
Expected behavior
Expected behavior should be that separator is rendered on items whose index is smaller than items length minus number of columns (index < data.length - numColumns)