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

Error: t.doc.getElementById is not a function #668

Open
hgray-instawork opened this issue Aug 29, 2023 · 7 comments
Open

Error: t.doc.getElementById is not a function #668

hgray-instawork opened this issue Aug 29, 2023 · 7 comments
Labels
bug Something isn't working

Comments

@hgray-instawork
Copy link
Collaborator

This error is being thrown by Hyperview in services/behaviors/index/toggleIndicators when newRoot is an Element node. The getElementById method is only available to Document nodes.

  • Check for null newRoot
  • Try to retrieve the parent document
  • Catch and log any error without throwing an exception
@sentry-io
Copy link

sentry-io bot commented Sep 11, 2023

Sentry issue: PRO-APP-YKP

@sentry-io
Copy link

sentry-io bot commented Sep 11, 2023

Sentry issue: PRO-APP-SMP

@sentry-io
Copy link

sentry-io bot commented Sep 11, 2023

Sentry issue: PRO-APP-YKQ

@sentry-io
Copy link

sentry-io bot commented Sep 11, 2023

Sentry issue: PRO-APP-HT4

@sentry-io
Copy link

sentry-io bot commented Sep 11, 2023

Sentry issue: PARTNER-APP-4ZJ

@sentry-io
Copy link

sentry-io bot commented Sep 11, 2023

Sentry issue: PARTNER-APP-4ZH

@sentry-io
Copy link

sentry-io bot commented Sep 11, 2023

Sentry issue: PARTNER-APP-4ZE

@flochtililoch flochtililoch added the bug Something isn't working label Nov 18, 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
None yet
Development

No branches or pull requests

2 participants