question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

null: 'MutationObserver' is undefined

See original GitHub issue

I am using 1.1.0-beta.1 and have imported @stimulus/polyfills. I am getting a crash from some user like this:

null: 'MutationObserver' is undefined
  at ? (/assets/js/main-916d7d638c.js:1:10241)

The user agent is:

Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; Microsoft; Lumia 535 Dual SIM)

ideas?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
leoliucommented, Sep 21, 2018

@phoet, I ignore the issue because users using ie < 11 are so rare it is not worth fixing for me.

0reactions
phoetcommented, Sep 21, 2018

@leoliu could you give an example of how you fixed it?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Mutation Observer is undefined - javascript - Stack Overflow
Is there a standard function to check for null, undefined, or blank variables in JavaScript? 40 · Mutation Observer for creating new elements....
Read more >
null: 'MutationObserver' is undefined #174 - hotwired/stimulus
I am using 1.1.0-beta.1 and have imported @stimulus/polyfills. I am getting a crash from some user like this: null: 'MutationObserver' is ...
Read more >
MutationObserver.observe() - Web APIs - MDN Web Docs
The MutationObserver method observe() configures the MutationObserver callback to begin receiving notifications of ... None ( undefined ).
Read more >
MutationObserver JavaScript and Node.js code examples
Best JavaScript code snippets using MutationObserver(Showing top 15 results out of 405) ... undefined'&&MutationObserver||typeof WebKitMutationObserver!==
Read more >
Memory Leaks (at least in Select) and MutationObserver bugs
If I dont set private members to null the select Element does not get garbage collected: ... is never called and it references...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found