-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Uncaught TypeError: Cannot read properties of undefined (reading 'offsetWidth') #5959
Comments
This function used to have a guard to protect against a null element. I think we can restructure the function a bit to re-add this:
|
Whoever works this, please make sure to verify there are no unintended requests going out. Also, specifically, make sure this is true for plots in both eager load tabs and in not eager load tabs. |
Testing instructions to get error:
|
Verified with @davetsay that this works as intended. |
Verified Fixed -- Testathon 11/14/22 |
Summary
Uncaught TypeError: Cannot read properties of undefined (reading 'offsetWidth')
seen in console during normal use of Open MCT.Several tests are failing due to this error. The first instance of failure is during this nightly run on 10/12. Likely caused by changes introduced in this commit.
Expected vs Current Behavior
No unhandled TypeErrors
Steps to Reproduce
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: