aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-on-route-change
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks): replace useRouteChange with useOnRouteChange hookArmand Philippot2023-11-153-0/+105
* handle both event start and event complete * clean the effect * add tests