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 have a MasonryList with 2 columns, and I defined a footer component in the list: ListFooterComponent={() => (<MyFooterComponent />)}
When i I run the code, I got 2 footer views on 2 columns. Any ideas ?