Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get property 'configurable' of undefined or null reference #284

Closed
andrew19881123 opened this issue Jun 28, 2018 · 1 comment
Closed
Labels

Comments

@andrew19881123
Copy link

In an Angular 4 web app with Internet Explorer 11 i get this error:

Unable to get property 'configurable' of undefined or null reference

relative to this lines:

// only attempt to set the name if's configurable (which it should be on node > 0.12)
  if (Object.getOwnPropertyDescriptor(generateUUID, 'name').configurable) {
    Object.defineProperty(generateUUID, 'name', {value: name});
  }
@broofa broofa added the bug label Jun 28, 2018
@broofa
Copy link
Member

broofa commented Jun 28, 2018

Regression introduced in #270 :-/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants