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
Dragging the first block in the homepage playground crashes the page instead of moving the block.
Scope
Browser surface: http://localhost:3000/
Owner surface: Plate framework/plugin or homepage registry integration
The homepage runs Plate on the Plite substrate, but the video does not establish whether the defect is in Plate DnD, the Plite DOM layer, or React integration.
Steps to reproduce
Check out next at 2938677d265c6fb385f68b5ceefe10ee30243eec.
Run pnpm install and pnpm dev.
Open http://localhost:3000/ in Chrome.
Hover the Welcome to the Plate Playground! block.
Drag the block and release it inside the editor.
Expected behavior
The block should move to the selected drop position without crashing the editor.
Actual behavior
The page immediately switches to a RuntimeError screen:
Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
The supplied recording shows one observed attempt and one crash.
Acceptance criteria
Dragging and dropping the homepage welcome block moves it to the target location.
The operation does not throw a DOM removeChild error or replace the editor with the RuntimeError page.
Add browser regression coverage for the homepage block-DnD path, including the resulting document order and absence of runtime errors.
Verify follow-up typing and selection still work after the drop.
Summary
Dragging the first block in the homepage playground crashes the page instead of moving the block.
Scope
http://localhost:3000/Steps to reproduce
nextat2938677d265c6fb385f68b5ceefe10ee30243eec.pnpm installandpnpm dev.http://localhost:3000/in Chrome.Welcome to the Plate Playground!block.Expected behavior
The block should move to the selected drop position without crashing the editor.
Actual behavior
The page immediately switches to a RuntimeError screen:
The supplied recording shows one observed attempt and one crash.
Acceptance criteria
removeChilderror or replace the editor with the RuntimeError page.Regression range
Environment
Public reproduction URL:
NOT_ENOUGH_INFO(repo-local route above).Related issues checked
None covers this
nexthomepage block-DnD crash.Video evidence
CleanShot.2026-08-04.at.23.20.56.mp4