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
Long time users of react-beautiful-dnd we're trying to switch to pragmatic-drag-and-drop-react-beautiful-dnd-migration with an existing component that movesrows inside a
. When a drag starts the following is written to console:
react_devtools_backend_compact.js:2367 Warning: validateDOMNesting(...): <div> cannot appear as a child of <tbody>.
at div
at Placeholder (node_modules_atlaskit_pragmatic-drag-09040d.bundle.js:5616:24)
at Draggable (node_modules_atlaskit_pragmatic-drag-09040d.bundle.js:5091:23)
at tbody
at table
at Droppable (node_modules_atlaskit_pragmatic-drag-09040d.bundle.js:7065:23)
at DragDropContextProvider
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Long time users of react-beautiful-dnd we're trying to switch to pragmatic-drag-and-drop-react-beautiful-dnd-migration with an existing component that movesrows inside a
. When a drag starts the following is written to console:Is there any guidance on working around this?
Beta Was this translation helpful? Give feedback.
All reactions