When we use a Button from material ui or others, its recommanded to use the comp. like this :
but we cant with Link from Next (works with React Router).
The solution is :
But with this, we lose the href. Am I missing something ?
The href should persist
similar to the last one on : https://github.com/zeit/next.js/issues/3696
I think there's some code snippets missing here.
I missed passHref. I'm closing this.
@romainquellec
i got it working like this
https://gist.github.com/herr-vogel/0b5d4f3c28f08dc6cc4a2fd4f7b4a4df
Most helpful comment
I missed passHref. I'm closing this.