Troubleshooting
Fix common setup issues.
key matches a layout item id.w and h greater than 0.draggable and resizable on the grid and items.static: true disables drag and resize.dragHandle and dragCancel selectors match your DOM.@dnd-grid/react/styles.css.resizeHandles is not empty and the item is resizable.measureBeforeMount enabled (default) to wait for measurement.initialWidth to an expected container width.width directly when you already know the width.overflow: auto or scroll.autoScroll options to adjust threshold and activator.AutoScrollActivator.DraggableRect if pointer coordinates are unreliable.verticalCompactor or horizontalCompactor.allowOverlap variants unless you want stacking.preventCollision if you want drag moves to be blocked.