DF8103: Dock Entry Cannot Group Itself
Message
Dock entry "
{id}" cannot set groupId to its own id
Cause
A dock entry registered with groupId pointing at its own id. groupId is a pointer to a different group entry the entry belongs to, so a self-reference would describe an entry that collapses under itself.
Fix
- Point
groupIdat theidof atype: 'group'entry, such asgroupId: 'nuxt'. - Omit
groupIdentirely to keep the entry as a normal top-level dock entry.
Source
packages/hub/src/node/host-docks.ts—DevframeDocksHost.register()andupdate()throw this whenview.groupId === view.id.