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
Right now ListSection can only use a string to acccess a specific keyed array in sectionData. Eventually this should also be an optional function that is able to take in sectionData and return a flat array of primitives.
Right now
ListSectioncan only use a string to acccess a specific keyed array insectionData. Eventually this should also be an optional function that is able to take insectionDataand return a flat array of primitives.