TylerBarnes / gatsby-plugin-transition-link

A link component for page transitions in gatsby
537 stars 71 forks source link

transition-link hides all images on site using `gatsby-image` #266

Open simonandywilson opened 3 years ago

simonandywilson commented 3 years ago

Hi everyone. After installing and including transition-link in gatsby-config, all images on my site using gatsby-image are hidden.

The images are still placed in the correct positions and have the attributes visibility: visible, opacity: 1, display: block but they're invisible.

Has anyone else had this issue or knows what I'm doing wrong? Is this plugin compatible with gatsby-image? I'm currently using the following gatsby/plugin versions:

gatsby: 2.32.3,
gatsby-image: 2.11.0,
gatsby-plugin-transition-link: 1.20.5