Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

IE11 SCRIPT28 Out of stack space in symbol.js, Stack overflow at line: 55 #968

@18steps

Description

@18steps

Browser: Internet Explorer 11
Libary version: both version 2.0.0 or version 2.0.2

We load webcomponents-loader.js, which in turn loads webcomponents-sd-ce-pf.js (twice, actually).
For IE we do not load custom-elements-es5-adapter.js.

This happens to be a Create React App with web components script, but this error in the polyfill seems independent of that.

A similar issue seems to have occurred with Angular in #942, which v2.0.2 possibly fixed (#942 (comment)).

Error shown in console:

SCRIPT28: Out of stack space
symbol.js (50,9)
SCRIPT2343: Stack overflow at line: 55

The React error screen shows Error: Out of stack space and that this error has occurred countless times:

Symbol(hasInstance).set
../../../es-symbol/sdist/symbol.js:50:8
  47 | defProp(Object.prototype, tag, {
  48 |   get: undefined,
  49 |   set: function (value) {
> 50 |     defProp(this, tag, defValue(value, { c: true, w: true }));
  51 |   },^
  52 |   configurable: true,
  53 |   enumerable: false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions