From 88a215e0dad74c8867c522631f1f2f3c04d54746 Mon Sep 17 00:00:00 2001 From: sergeyteleshev Date: Tue, 6 Aug 2024 17:27:36 +0200 Subject: [PATCH] chore: Update exception message in SpreadsheetBootstrap --- .../plugin-data-spreadsheet-new/src/SpreadsheetBootstrap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/packages/plugin-data-spreadsheet-new/src/SpreadsheetBootstrap.ts b/webapp/packages/plugin-data-spreadsheet-new/src/SpreadsheetBootstrap.ts index 93a97d7654..72a8c94f45 100644 --- a/webapp/packages/plugin-data-spreadsheet-new/src/SpreadsheetBootstrap.ts +++ b/webapp/packages/plugin-data-spreadsheet-new/src/SpreadsheetBootstrap.ts @@ -33,7 +33,7 @@ export class SpreadsheetBootstrap extends Bootstrap { exceptionsCatcherService: ExceptionsCatcherService, ) { super(); - exceptionsCatcherService.ignore('ResizeObserver loop limit exceeded'); // Produces by react-data-grid + exceptionsCatcherService.ignore('ResizeObserver loop completed with undelivered notifications.'); // Produces by react-data-grid } register(): void | Promise {