Mike Dunlop
Mike Dunlop
I'm encountering a similar issue when loading a component that uses locomotive scroll except I only see it during resizing. I am destroying the instance when the component unmounts, then...
I'm seeing the identical behavior in the vanilla curtains.js as well. After search through the github issues and not finding this issue at all, I'm starting to wonder if the...
Having the same issue. Taking anywhere from 10s - 20s for route changes on SSG pages. We have verified the async data coming in from the CMS is super fast...
Leaving this comment in case it's helpful for anyone. I traced the issue down to the [styled-icons](https://github.com/styled-icons/styled-icons) package. There appears to be a bug in that package with import paths....
Agreed, this is a crucial feature. Is this even on the roadmap? Is there an ETA?
It appears adding a className rule with `position:sticky` to the component fixes the issue. If you use tailwind, this will do the trick `className='sticky'`
Having a similar issue @smtrd3. Did you ever sort this out?