shuding/next-view-transitions
View on GitHubNot working with Link "legacyBehavior" prop
Open
#15 opened on May 28, 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.