Matias Oliva
Results
1
comments of
Matias Oliva
I found a workaround. I'm just using the React router feature to go to another page. ``` import { useHistory } from 'react-router-dom'; let history = useHistory(); //in your link...