IE Out of stack error
See original GitHub issueBasic 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.6react
version: 16.13.0browser
used: IEnode
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:
- Created 3 years ago
- Comments:8 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
IE11,
Can someone help.
Otherwise i will have reimplement the entire carousel again from scratch using some other lib.
This issue has been automatically closed becuase it has not had recent activity.