Closed bbenami closed 1 month ago
Hi @bbenami, I'm unable to reproduce the issue you're experiencing. Could you please specify which browser you're using?
I'm using Chrome Version 127.0.6533.120 (Official Build) (64-bit) on Windows 11. Attached is a sample project the reproduce the issue on my laptop.
@bbenami Working fine in mac.
Chrome is up to date
Version 128.0.6613.85 (Official Build) (arm64)
but I found a thread in stack overflow https://stackoverflow.com/questions/49384120/resizeobserver-loop-limit-exceeded
I upgraded to the latest Chrome Version 128.0.6613.85 (Official Build) (64-bit) and I get the same error. It happens also on Edge. However, it works fine on the same laptop with Firefox version 129.0.2 (64-bit)
@balaji-sivasakthi I build the project with
npm run build
and used
serve -s build
to run it statically. It works fine ! It still does not work in development mode using npm start. Which option did you test on your Mac?
@bbenami I have tried with npm start
Closing as this a duplicate issue https://github.com/adazzle/react-data-grid/issues/3314
Describe the bug
I have a basic data grid that spans the full width of the window. When I reduce the width of the browser window, I encounter the following error message: "ResizeObserver loop completed with undelivered notifications." This issue doesn't occur when I increase the browser width or adjust the height.
To Reproduce
datasource.ts
Expected behavior
Not to throw an exception when resizing the browser
Environment
react-data-grid
version: 7.0.0-beta.46react
/react-dom
version: 18.3.1Additional context