feat: Ghost error page for improved error display
This commit is contained in:
@@ -47,6 +47,7 @@ export function* handleLocationChange() {
|
||||
const pathsMatch = yield select(selectors.selectPathsMatch);
|
||||
|
||||
if (!pathsMatch) {
|
||||
yield put(actions.handleLocationChange());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user