-
Notifications
You must be signed in to change notification settings - Fork 81
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
Issues when document.body is null? #75
Comments
Do you have steps to reproduce or a full stack trace by chance? |
I'd be interested to know the value of |
While I can't reproduce this problem, I have a few ideas to share:
|
Hey @cycomachead are you still hitting this issue? Do you think it might be possible to log the value of |
In another round of mysterious errors...
I've seen some cases where it looks like the mutationobserver is trying to be set up before the DOM is ready.
I'm seeing the error with this line:
Errors returned: "TypeError: Argument 1 of MutationObserver.observe is not an object."
It's happened in FF 55,56 on Linux, Mac and Windows as well as IE 11 and Edge.
It looks like the readyState checking all makes sense, so I'm not sure what's the cause yet.
The text was updated successfully, but these errors were encountered: