James M. Murphy
James M. Murphy
I have problem #2 as well. My Gatsby website works fine with local builds but when deployed (to Netlify) and run on mobile it always scrolls up to the top....
I ran into this as well - 2.5 years later on (which makes sense; the last publish was 5 years ago). I just can't tell if it's a problem with...
I would also love to see this feature implemented. Please re-open this feature request.
In the meantime, here's my workaround. First, I created this path component: ``` const AreaLayer = ({ innerWidth, innerHeight }) => { return ( ); }; ``` Then I added...