-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Milestone
Description
Running @uirouter/angular v1.0.0-beta.7 alongside @angular v4.3.6 produces the following error in Internet Explorer 11 running in Edge mode:
"Transition Rejection($id: 0 type: 6, message: The transition errored, detail: TypeError: Object doesn't support property or method 'table')"
The application will not load in IE, however it loads fine in Chrome and Firefox. I traced it down to a few commands in ui-router-core that are using console.table(mapping). If I change these to console.log(mapping), the app will load perfectly fine in IE.
It seems to be there is an issue with console.table on IE. Does anyone know of a way around this error or is this something that can be changed in the project?