Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 678 Bytes

File metadata and controls

21 lines (12 loc) · 678 Bytes
outline deep

DF0002: Cannot Change Dock ID

Message

Cannot change the id of a dock. Use register() to add new docks.

Cause

DevToolsDockHost.update() rejects id changes because docks are keyed by id.

Fix

Keep the id on update(patch) identical to the registered value, or call register() with a new id (and optionally force: true).

Source