Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 594 Bytes

File metadata and controls

21 lines (12 loc) · 594 Bytes
outline deep

DF0003: Dock Not Registered

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