Open stushurik opened 5 years ago
Looks like the similar issue I've been having with newer versions of this plugin - ref https://github.com/TylerBarnes/gatsby-plugin-transition-link/issues/92 @stushurik
@aamorozov have you solved your issue?
I'm using it for a relatively old project so I just locked it to 1.6
Yes I downgraded to 1.6 and it works fine now
Thanks guys, it's helpful for me to know 1.6 is fine when I'm debugging. I'll have a look at this
@TylerBarnes is there any update for a fix for this? Issue #175 doesn't solve this issue since that's using <Router>
and not using the OOB gatsby pages
In my project I need to use AniLink with query params. I experience performance degradation (junk frames and transition does not work smooth with visible deffects) when
to
prop contains query params.When link is used with path without params everything is ok
But this one cause problems