HM-62. Исправление бага при переходе между страницами (#28)

This commit is contained in:
Nikolay
2020-07-24 14:28:20 +03:00
committed by GitHub
parent 7a1e9f1a49
commit 3e7134045d
7 changed files with 112 additions and 64 deletions

View File

@ -29,3 +29,8 @@ export const LOG_COLS = {
[LOG_TYPE.SERVER]: SERVER_COLS,
[LOG_TYPE.CLIENT]: CLIENT_COLS,
};
export const EVENTS = {
ROUTE_CHANGE: 'routeChange',
ROUTE_SEARCH_CHANGE: 'routeSearchChange'
};