Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResizeObserver warnings when using webpack-dev-server 4.13.3+ #2296

Open
NicholasBoll opened this issue Jul 19, 2023 · 0 comments
Open

ResizeObserver warnings when using webpack-dev-server 4.13.3+ #2296

NicholasBoll opened this issue Jul 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@NicholasBoll
Copy link
Member

🐛 Bug Report

We've seen issues with Cypress and anything else using webpack-dev-server 4.13.3+. I'm not sure if that's the starting version that has the problem, but we've verified 4.11.1 works. The error is "ResizeObserver: loop limit exceeded". It happens on any component using useResizeObserver which is typically used on components responsive to the container. The overflow Tabs example is one of them.

Link to repl or repo (highly encouraged)

https://workday.github.io/canvas-kit/?path=/story/components-containers-tabs--overflow-tabs

Error Output

Paste the error output here

ResizeObserver loop limit exceeded
@NicholasBoll NicholasBoll added the bug Something isn't working label Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant