shuding/next-view-transitions
Voir sur GitHubNot working with Link "legacyBehavior" prop
Open
#15 ouverte le 28 mai 2024
enhancementgood first issue
Description
import { Link } from 'next-view-transitions'
<Link href={`/next`} passHref legacyBehavior>
<CustomButton>
Go to next page
</CustomButton>
</Link>
The transition is not working when legacyBehavior prop is needed.