BUG: ResizeObserver loop completed with undelivered notifications. #1512
Labels
bug
Release Note: Shows as Error Correction
dev: technical debt
Reimplement a former quick fix in a more robust way to ease future development and maintenance.
level: hard
priority: MUST HAVE
role: front-end
Front End Developer
Milestone
Overview
This is a problem that is only visible on the dev server because that's when the overlay pops up. But this is actually a signal of something more sinister in the code. These kinds of problems can cause hangs, unresponsive pages, or just a bunch of jitter. Right now the browser recovers by breaking the loop for us.
Learn more here:
REPRO
when navigating from "Create Project" or "Feedback" to "My Projects" there is an error overlay
RESULTS:
Error overlay as described below.
EXPECTED:
no error
NOTE: doesn't repro on refresh of "MyProjects" or navigation from "About" and "FAQ".
Might be something to do with scroll bars
Originally posted by @ZekeAranyLucas in #1508 (comment)
The text was updated successfully, but these errors were encountered: