[List] Allow SelectableList components to work with wrapper-based libraries #4432
Labels
component: list
This is the name of the generic UI component, not the React module!
out of scope
The problem looks valid but we won't fix it (maybe we will revisit it in the future)
Wrapper-based libraries (such as gaearon/react-dnd) are currently incompatible with
SelectableList
components, because theListItem
s in aSelectableList
can't be wrapped by anything (they must be the first-level children of aSelectableList
). There was some discussion on the issue in #3103The text was updated successfully, but these errors were encountered: