Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(gatsby): Pin reach since they do not pass in location.href anymore #21144

Merged
merged 1 commit into from
Feb 2, 2020

Conversation

sidharthachatterjee
Copy link
Contributor

@sidharthachatterjee sidharthachatterjee commented Feb 2, 2020

reach/router@0a8af93 which was released 6 days ago as part of @reach/router 1.3.0 broke gatsby because we depend on location.href to fetch resources on url change in

if (prevState.location.href !== location.href) {

Fixes #20918
Fixes #21139

@sidharthachatterjee sidharthachatterjee requested a review from a team as a code owner February 2, 2020 10:50
@sidharthachatterjee sidharthachatterjee merged commit f7d2f03 into master Feb 2, 2020
@sidharthachatterjee sidharthachatterjee deleted the fix/ensure-resources-reach branch February 2, 2020 10:51
@muescha
Copy link
Contributor

muescha commented Feb 3, 2020

Is there a follow issue for changes needed to unpin reach/router?

@sidharthachatterjee
Copy link
Contributor Author

@muescha Yup, reach/router#348 is the one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

navigation.js:173 Uncaught TypeError Navigation cache bug in JQuery crashes app
2 participants