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 d2de342 commit e430570Copy full SHA for e430570
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