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.

IE Out of stack error

See original GitHub issue

Basic carousel not working in IE. Everything works fine, but in IE carousel is not working, i even stripped down the code to below, still its throwing error

  • pure-react-carousel version: 1.27.6
  • react version: 16.13.0
  • browser used: IE
  • node version:

Relevant code or config:

 <CarouselProvider
      visibleSlides={3}
      totalSlides={6}
      step={3}
      naturalSlideWidth={400}
      naturalSlideHeight={500}
      hasMasterSpinner
    >
      <h1>Carousel (Custom Spinner)</h1>
      <p>This uses a customized spinner.</p>
    </CarouselProvider>

If i comment the carousel component everything works fine

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
Victor-Varghesecommented, Jan 12, 2021

IE11,

Can someone help.

Otherwise i will have reimplement the entire carousel again from scratch using some other lib.

0reactions
stale[bot]commented, Jun 26, 2021

This issue has been automatically closed becuase it has not had recent activity.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"SCRIPT28: Out of stack space" on website using IE9
I was thinking SCRIPT28: is an errorcode for IE. Below the code it gives the name of the page and then line 340...
Read more >
Browser and Internet Explorer 11 "Out of Stack Space" Error
It appears to work without issues with the older version of Browser inserted into the header, but the new version breaks IE 11...
Read more >
Out of stack space (Error 28)
In this article. The stack is a working area of memory that grows and shrinks dynamically with the demands of your executing program....
Read more >
IE11 - Out of Stack Space - Setting Symbol property on ...
Error seems to be caused by infinite recursion in core-js of: var setter = function (value) { if (this === ObjectPrototype) setter.call( ...
Read more >
IJ00184: INTERNET EXPLORER 11 THROWS AN 'OUT OF ...
Internet Explorer 11 (latest) throws an 'Out of stack space' error at line 5660 when the customer attempts to open two of our...
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