We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The common_1.extend function errors in Internet Explorer 11. I am using the import 'core-js/es6/object' polyfill, core-js 2.4.1 and angular cli.
Error TypeError: Object doesn't support this action at BaseLocationServices.prototype.url (http://localhost:4200/vendor.bundle.js:15051:17)
var common_1 = __webpack_require__("../../../../@uirouter/core/lib/common/common.js"); BaseLocationServices.prototype.url = function (url, replace) { if (replace === void 0) { replace = true; } if (predicates_1.isDefined(url) && url !== this._get()) { this._set(null, null, url, replace); if (this.fireAfterUpdate) { var evt_1 = common_1.extend(new Event("locationchange"), { url: url }); //Errors Here this._listeners.forEach(function (cb) { return cb(evt_1); }); } } return utils_1.buildUrl(this); };
The text was updated successfully, but these errors were encountered:
see ui-router/core#64
Sorry, something went wrong.
ui-router/core@a50db21
fix(url): Add CustomEvent polyfill for IE
066a985
Closes ui-router/angular#154 Closes ui-router#64 Closes ui-router/react#62 Closes ui-router/angular#139 Closes ui-router/angular#153
No branches or pull requests
The common_1.extend function errors in Internet Explorer 11. I am using the import 'core-js/es6/object' polyfill, core-js 2.4.1 and angular cli.
Error
TypeError: Object doesn't support this action
at BaseLocationServices.prototype.url (http://localhost:4200/vendor.bundle.js:15051:17)
The text was updated successfully, but these errors were encountered: