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

Login page does not show up on IE10 #47

Open
ghost opened this issue Feb 1, 2017 · 0 comments
Open

Login page does not show up on IE10 #47

ghost opened this issue Feb 1, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 1, 2017

Error: Unable to get property location of undefined

Related compiled code:

function Login(props) {
  _classCallCheck(this, Login);

  var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Login).call(this, props));

  var _this$props = _this.props;
  //error: props is undefined
  var location = _this$props.location;
  var router = _this$props.router;

Original code:

const { location, router } = this.props

The same code in the Model Explorer seems to work: https://github.com/UNECE/Model-Explorer/blob/563319421379a9276109f1470c28ba15463300ea/src/js/components/login.js#L10

@ghost ghost changed the title Login page do not show on IE10 Login page does not show on IE10 Feb 1, 2017
@ghost ghost changed the title Login page does not show on IE10 Login page does not show up on IE10 Feb 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants