RafidMuhymin / astro-spa

An Astro JS component that turns a website into an SPA and boost performance using various techniques
MIT License
391 stars 14 forks source link

Setting scrollIntoView to false breaks the SPA navigation #5

Open lsimone opened 2 years ago

lsimone commented 2 years ago

I tested the Spa component with different configurations before realizing that scrollIntoView option set to false would break the SPA navigation.

codesandbox with minimal issue reproduction

jtag05 commented 2 years ago

I opened a PR to resolve this #6