Components affected:
src/components/App/TermsGuardedRoute.tsx
src/components/common/TermsGuard/TermsGuard.tsx
TermsGuardedRoute utilizes Route inside which has to be updated to CompatRoute and has history prop that should be removed.
TermsGuard utilizes history prop that should be replaced with useNavigate hook.