feat(hooks): expose setTitle to HookUIContext (#446)
This commit is contained in:
@@ -121,6 +121,7 @@ describe.skipIf(!API_KEY)("Compaction hooks", () => {
|
||||
notify: () => {},
|
||||
setStatus: () => {},
|
||||
setWidget: () => {},
|
||||
setTitle: () => {},
|
||||
custom: async () => undefined as never,
|
||||
setEditorText: () => {},
|
||||
getEditorText: () => "",
|
||||
|
||||
Reference in New Issue
Block a user