diff --git a/src/index.tsx b/src/index.tsx index 348fbbf6..b7342e92 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -353,6 +353,8 @@ export class App extends React.Component { ); if (match) { this.loadScene(match[1], match[2]); + } else { + this.loadScene(null, undefined); } } }