-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
navigation.js:173 Uncaught TypeError #21139
Comments
Same here |
Appears to have been introduced in this commit: Reverting my Gatsby version to 2.18.24 seemed to resolve the crash, though I'm having issues with pages not loading any data when you click a gatsby link. Can't win 'em all I guess |
Just started hitting this too. |
Same here, cc @madalynrose. |
I confirm to have hit this issue after upgrading to the latest |
Fix incoming |
Im having the same issue :( |
Same here! |
Experiencing the same issue :< |
Same here |
Fixed and published in Apologies for this. |
I seem to be getting this exact issue even after updating Gatsby to 2.19.12 |
Try |
checked for both reach/router and gatsby versions in the dependencies, then removed node_modules and re-installed still getting the error |
Same error for me, I have 2.19.12 and |
Yea same issue for me, interestingly my project works fine until I start using Gatsby Image, then the problem occurs on my homepage only |
Same issue. Was working fine until I start using MDXRenderer (gatsby-plugin-mdx) |
Having the same issue |
Having the same issue appear on a specific set of pages. Same code works fine on a Mac but not on my Windows machine. Tried different versions of Gatsby. |
Having the same issue, "gatsby": "^2.19.19". Edit: I fixed it. My components filename was "Search.js" and route was navigate("/search"). Renamed my file to search.js and it started working. |
Same issue "gatsby": "^2.19.12". Any work arounds as my Link is totally dead? |
The original issue was solved and the reproduction steps mentioned here cannot reproduce it anymore. If you have further problems you can take a look at #21263 so that we don’t have duplicate issues. Thanks! |
I rename the file in |
I try all the steps above but i still getting this issue D:, rename files to lowercase, put all files in the src/pages root, using gatsby clean and also deleting node_modules and yarn.lock, i don`t know what more can i do to solve this, someone have a diferent way? |
still 100% getting this error |
Just started running into this issue as well |
Updated my packages today and started getting this error when i click a link on my webpage.
The text was updated successfully, but these errors were encountered: