Add react-router
This commit is contained in:
@@ -122,7 +122,7 @@ class AppRouter {
|
||||
isBack: action === Action.Pop
|
||||
});
|
||||
} else {
|
||||
console.warn('[appRouter] "%s" route not found', normalizedPath, location);
|
||||
console.info('[appRouter] "%s" route not found', normalizedPath, location);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -139,7 +139,7 @@ class AppRouter {
|
||||
Events.on(apiClient, 'requestfail', this.onRequestFail);
|
||||
});
|
||||
|
||||
ServerConnections.connect().then(result => {
|
||||
return ServerConnections.connect().then(result => {
|
||||
this.firstConnectionResult = result;
|
||||
|
||||
// Handle the initial route
|
||||
|
||||
Reference in New Issue
Block a user