-
Notifications
You must be signed in to change notification settings - Fork 377
Description
Describe the problem
A clear and concise description of the problem. Which components are affected?
@patternfly/react-drag-drop DragDropSort
How do you reproduce the problem?
Provide steps to reproduce. A codesandbox demonstrating the problem is appreciated.
Try using the component when with the react root being id='app' instead of id='root'
Expected behavior
A clear and concise description of the expected behavior.
It works
Is this issue blocking you?
List the workaround if there is one.
Yes, we cannot adopt @patternfly/react-drag-drop otherwise
Screenshots
If applicable, add screenshots to help explain the issue.
patternfly-react/packages/react-drag-drop/src/components/DragDrop/DragDropContainer.tsx
Line 302 in 884ad17
| {canUseDOM ? ReactDOM.createPortal(dragOverlay, document.getElementById('root')) : dragOverlay} |
What is your product and what release date are you targeting?
OCP 4.22
Any other information?
Jira Issue: PF-3465
Metadata
Metadata
Assignees
Labels
Type
Projects
Status