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

Fix the errors thrown by the Resizable package #2303

Closed
Onokaev opened this issue Dec 13, 2022 · 1 comment · Fixed by #2342
Closed

Fix the errors thrown by the Resizable package #2303

Onokaev opened this issue Dec 13, 2022 · 1 comment · Fixed by #2342
Assignees
Labels
type:bug Something isn't working
Milestone

Comments

@Onokaev
Copy link
Contributor

Onokaev commented Dec 13, 2022

Describe the bug
Resizable is throwing loop limit errors every time a handle is resized. The errors are clogging our error reporting in a way that makes it difficult to discover relevant errors that we could be having.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://developer.microsoft.com/en-us/graph/graph-explorer
  2. Click on any resize handler and resize it
  3. Open the the network tab on DevTools
  4. See error (ResizeObserver error)

Expected behavior
The ResizeObserver loop limit error should not get to App Insights.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@ghost ghost added the ToTriage label Dec 13, 2022
@Onokaev Onokaev self-assigned this Jan 9, 2023
@ghost ghost removed the ToTriage label Jan 9, 2023
@Onokaev Onokaev added this to the January 2023 milestone Jan 9, 2023
@adhiambovivian adhiambovivian added the type:bug Something isn't working label Jan 10, 2023
@MaryannGitonga
Copy link
Contributor

The telemetry that was captured regarding the ResizeObserver loop exceptions on App Insights has been filtered out on Power BI to clean them out from the Report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants