Skip to content

DF0003: Dock Not Registered

Package: devframe

Message

Dock with id "{id}" is not registered. Use register() to add new docks.

Cause

DevToolsDockHost.update() was called with an id that has no matching registration.

Fix

Call register() first, or check the id against dockHost.values() before updating.

Source

packages/devframe/src/node/host-docks.ts

Migrated from

Previously documented as DTK0017 under @vitejs/devtools.

Released under the MIT License.