reach / router

https://reach.tech/router
MIT License
6.91k stars 326 forks source link

When page is loaded from a different domain like (Google Web Cache) #495

Open NehalJadav opened 2 years ago

NehalJadav commented 2 years ago

Since it's not possible to add this bug in codesandbox or pull request I am creating issue.

https://github.com/gatsbyjs/gatsby/issues/30958

Description When we check last two days of google web cache page of websites using @reach/router, it will redirect to current URL page. Maybe it is happing because of @reach/router package for location changing.

If disable JavaScript from browser, than this issue will not accrue.

Steps to reproduce Visit below google web cache URL:- cache:https://www.gatsbyjs.com/

Expected result It must show cache information of page.

Actual result Redirecting to current page.