Skip to content
Advertisement

material-ui tabs with nextjs?

I have a project in material-ui, nextjs and typescript. I’m trying to get my navbar to work with nextjs:

JavaScript

But it causes the build to fail. Is there something I’m missing?

Advertisement

Answer

In this case, I believe you want to wrap the <Tab /> elements with the <Link /> ones.

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement