Skip to content

console.table(mapping) causing error in IE 11 (edge mode) #154

@psenechal

Description

@psenechal

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions