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.

Code in dist folder not working on < ie10

See original GitHub issue

I’m running the example index.html in Browserstack, serving it with Serve. It works on IE10 and IE11, but anything older doesn’t. Div doesn’t get populated at all, and there are no errors in console whatsoever. Then I also modified outdated-browser-rework.js by adding console log to beginning of the module.exports.

module.exports = function deepExtend(/*obj_1, [obj_2], [obj_N]*/) {
    console.log('this far?', arguments);
	if (arguments.length < 1 || typeof arguments[0] !== "object") {
		return false
	}

This console.log never fires

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Njaah-0commented, Apr 16, 2020

Yeah, I will do that. Btw, the X is still clickable though 😄

0reactions
mikemaccanacommented, Apr 17, 2020

Thanks Ronnie! 🙂

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular 2 / 4 / 5 not working in IE11 - Stack Overflow
If your app is failing in IE11 on the first page, try removing libraries one at a time and check in IE11 -...
Read more >
CommonJS and UMD bundles cannot be used with IE10 and ...
The CommonJS (copee.js) and UMD (copee.umd.js) bundles in dist folder cannot be used in IE10 as well as PhantomJS due to the fact...
Read more >
Bug and Fix: ASP.NET fails to detect IE10 causing ...
The easy fix is to modify web.config to use debug, but of course that may have other ramifications that are undesirable. Another way...
Read more >
Not all the folders are showing (IE10) - Microsoft Community
When I want to upload a picture to a picture hosting website, eBay for example, I will click "upload pictures", and the box...
Read more >
No File Path for Upload Step in IE 10 - Progress Test Studio
PROBLEM. In Internet Explorer 10, recording against a file upload dialog may record a dialog handler step with no file path. Steps. SOLUTION....
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