shuding/next-view-transitions
Not working with Link "legacyBehavior" prop
Aberta
#15 aberto em 28 de mai. de 2024
enhancementgood first issue
Métricas do repositório
- Stars
- (2.388 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
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.