You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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});
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: