<NextLink href="/reference" passHref>
<Button as="a" variant="ghost" aria-label="Reference" my={5} w="100%">
Reference
</Button>
</NextLink>
For some reason, somewhere in these lines this error appears:
Error: Hydration failed because the initial UI does not match what was rendered on the server.
Warning: Expected server HTML to contain a matching <a> in <a>.
See more info here: https://nextjs.org/docs/messages/react-hydration-error