frontend-collective / frontend-collective/react-sortable-tree
v2.8.0 breaks my tree (tree does not display at all)
- Dominant language
- JavaScript
- Stars
- 5k
- Forks
- 914
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
Minor version upgrade 2.8.0 broke my tree.
JSX did not change, component props and state are the same, but the tree completely disappears with 2.8.0, when it worked fine with 2.7.1.
**Expected Behavior**
Site tree displays properly with react-sortable-tree@2.8.0 as well as react-sortable-tree@2.7.1
**Current Behavior**
Site tree displays with react-sortable-tree@2.7.1, **not** with react-sortable-tree@2.8.0
**SETUP**
**JSX**
```jsx
{treeData && (
)}
```
**RESULTS**
**React Component tab**
v2.7.1:

v2.8.0:

**html**
v2.7.1:

v2.8.0:

Only solution for now is to force 2.7.1 version.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.