We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03aac61 commit e3a73ddCopy full SHA for e3a73dd
packages/pluggableWidgets/datagrid-web/src/features/base/WidgetRoot.viewModel.ts
@@ -16,7 +16,7 @@ export class WidgetRootViewModel {
16
private exportTask: TaskProgressService,
17
private selectAllVM: { isOpen: boolean }
18
) {
19
- makeAutoObservable(this);
+ makeAutoObservable(this, { ref: false });
20
}
21
22
get className(): string | undefined {
0 commit comments