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
Error: Unable to get property location of undefined
Related compiled code:
functionLogin(props){_classCallCheck(this,Login);var_this=_possibleConstructorReturn(this,Object.getPrototypeOf(Login).call(this,props));var_this$props=_this.props;//error: props is undefinedvarlocation=_this$props.location;varrouter=_this$props.router;
Error: Unable to get property location of undefined
Related compiled code:
Original code:
Classification-Explorer/src/js/components/login.js
Line 10 in bc8e052
The same code in the Model Explorer seems to work: https://github.com/UNECE/Model-Explorer/blob/563319421379a9276109f1470c28ba15463300ea/src/js/components/login.js#L10
The text was updated successfully, but these errors were encountered: