[tree view] Unable to pass refs from RichTreeView to slot component #16432
Labels
component: tree view
TreeView, TreeItem. This is the name of the generic UI component, not the React module!
status: waiting for author
Issue with insufficient information
I have been sawing at this for ages, and I cannot figure out what I am doing wrong. I want to drag and drop these items within my DragTreeItem component but I cannot seem to pass a non-null ref via slotProps.
I have attempted to pass the function, the ref itself, and even tried to get the DomElement from the apiRef.
The logs always show that this ref is NULL and I cannot get my atlassian draggable variable to set. Is there a way to pass a ref correctly to a slotted component?
The text was updated successfully, but these errors were encountered: