Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Error: ResizeObserver loop completed with undelivered notifications. #73

Open
kaigothe opened this issue Mar 12, 2024 · 4 comments
Open

Comments

@kaigothe
Copy link

I am writing to report an issue I encountered after installing a new component.

After successfully installing the component, I received an error message indicating ResizeObserver loop completed with undelivered notifications.. Despite attempting to troubleshoot the problem on my own, I have been unable to resolve it.

Could you please investigate this matter further and provide assistance in resolving the issue? If necessary, I am available to provide additional information or screenshots to help diagnose the problem.

Thank you for your attention to this matter. I look forward to your prompt response and resolution.

Sincerely

Bildschirmfoto 2024-03-12 um 16 39 51

@kaigothe
Copy link
Author

my code as zip
tree-app.zip

@lefamoffat
Copy link

Had the same issue and found a fix here: https://therichpost.com/solved-resizeobserver-loop-completed-with-undelivered-notifications-in-reactjs/

Essentially you just gotta add this to a .css file near the root.

iframe#webpack-dev-server-client-overlay{display:none!important}

I've added mine to the index.css and the error messages are gone

@rolfhermancoen
Copy link

@lefamoffat can confirm this fixes the issue

@TheMacros
Copy link

@lefamoffat This is not a good solution - it hides the overlay that displays all errors in your code. So you could not see any errors anymore.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants