In react-router-dom v6 useHistory() is replaced by useNavigate().
useHistory()
useNavigate()
You can use:
import { useNavigate } from 'react-router-dom'; const navigate = useNavigate(); navigate('/home');
<Link to="/about">About</Link>
[Fixed] some windows chrome, scrolling has glitch position not accurate Smooth Scrolling Flag 📜 Chrome has an experimental "smooth ...
沒有留言:
發佈留言