You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use a Button as a child of a Next/Link component with Href, the Next.js client-side route transition is not working and a reload is applied to my app when accessing the page
Example :
import Link from 'next/link';
import { Button } from 'react-daisyui';
<Link href="/admin/staff-invitations" legacyBehavior passHref>
<Button color="primary">{t('invitation-list')}</Button>
</Link>
The text was updated successfully, but these errors were encountered:
When I use a Button as a child of a Next/Link component with Href, the Next.js client-side route transition is not working and a reload is applied to my app when accessing the page
Example :
The text was updated successfully, but these errors were encountered: