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
If you mount <Tree dndRootElement={dndRootElement.current} /> when dndRootElement.current is null, changes will not be picked up when dndRootElement.current start to refer to a real element.
The text was updated successfully, but these errors were encountered:
If you mount
<Tree dndRootElement={dndRootElement.current} />
whendndRootElement.current
isnull
, changes will not be picked up whendndRootElement.current
start to refer to a real element.The text was updated successfully, but these errors were encountered: