You can use import { useNavigation } from 'react-router-dom' const navTo = useNavigation() navTo('/') instead of redirect and usestate it can makes problem
You can use
import { useNavigation } from 'react-router-dom'
const navTo = useNavigation()
navTo('/')
instead of redirect and usestate it can makes problem