React-sortable-tree: when setting isVirtualized=true the tree is not rendered

Created on 9 Jan 2019  路  5Comments  路  Source: frontend-collective/react-sortable-tree

When i try to render a virtualized list the list is not rendered and the console log is displaying the following info:

this.clearMonitorSubscription is not a function
ScrollingComponent.componentWillUnmount
/frontend-collective-react-dnd-scrollzone/lib/index.js:356

image

when setting the setting to false the list is rendered correctly, but is not very fast due to virtualization issues

Most helpful comment

It should not drag us back to older version of react. Any alternative to this ?

All 5 comments

+1

I got this problem with different error behaviors:
image

When I set isVirtualized to true, I got the above errors. And I set to false with a correct rendering.

I also have noticed this issue, using very last React version 17.0.1, in version 16.14.0 and version 2.8.0 of react-sortable-tree issue doesn't appear anymore.

Will anyone look at the issue as it prevents upgrading to React 17?

It should not drag us back to older version of react. Any alternative to this ?

Same with us, cannot upgrade to react 17 because of this issue. Is someone is looking into this?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NickEmpetvee picture NickEmpetvee  路  3Comments

mcolburn picture mcolburn  路  4Comments

29er picture 29er  路  5Comments

vladimirsvsv77 picture vladimirsvsv77  路  5Comments

CrazyCodingBanana picture CrazyCodingBanana  路  4Comments