mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
94.02k stars 32.3k forks source link

Multilined TextField & React-Bootstrap Tab ResizeObserver Issue #44140

Open furkanerhann opened 1 month ago

furkanerhann commented 1 month ago

Hi there! I got this error while developing a react project with Material UI & React-Bootstrap: Error: When I open my modal on page i see page1 tab on the screen, then ı switch my tab to other page. Everthing fine for now, then I switched back to page1 again tere is an error occured. When I removed multiline and minRows={2} properties, issue fixed. Also when I add this code to css it also fixes the problem but its only a temporary solution for me: iframe#webpack-dev-server-client-overlay{display:none!important}. But, I need a permanant solution for this.

ResizeObserver loop completed with undelivered notifications. at handleError (http://localhost:3000/static/js/bundle.js:146801:58) at http://localhost:3000/static/js/bundle.js:146820:7

I added code example image and error image: ScreenshotOfError CodeExample

Search keywords:

furkanerhann commented 3 weeks ago

@siriwatknp Hi! Has anyone seen this error?