-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
BugComponent: SectionListRan CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
🐛 Bug Report
For SectionList, if user don't set data field for sections property, app will crash.
To Reproduce
Just as described above, set sections=[{data: undefined},{data: undefined}] for SectionList.
Expected Behavior
Either update the document, notice user data is a "must have" key for section define
or update VirtualizedSectionList.js file, check if section.data is defined, before call section.data.length.
Metadata
Metadata
Assignees
Labels
BugComponent: SectionListRan CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.