We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34acd70 commit 7ef6230Copy full SHA for 7ef6230
packages/shell/src/api/common.tsx
@@ -176,7 +176,7 @@ class SkeletonCabin implements IPublicApiCommonSkeletonCabin {
176
constructor(skeleton: InnerSkeleton) {
177
this[skeletonSymbol] = skeleton;
178
this[skeletonCabinSymbol] = {
179
- Workbench: this.Workbench,
+ Workbench: InnerWorkbench,
180
createSettingFieldView: this.createSettingFieldView,
181
PopupContext: InnerPopupContext,
182
PopupPipe: InnerPopupPipe,
0 commit comments