Marc-Antoine Bouchard Marceau
Results
2
comments of
Marc-Antoine Bouchard Marceau
In the meantime here is _a_ workaround ``` export const Route = createFileRoute('/a-route/')({ component: () => { const navigate = useNavigate(); setTimeout(() => { navigate({ to: '/another-route' }); }, 0);...