Gatsby: Tutorial Part One: <Link> not working when hot reloading

Created on 3 Sep 2017  Â·  2Comments  Â·  Source: gatsbyjs/gatsby

While following the tutorial (Part One) to the letter, I encountered this problem:

  • I add the <Link> element
  • I save the file
  • The link shows up on the page with hot reloading
  • I click on the link
  • The URL does get updated
  • But nothing happens to the page content.

Doing a full page reload (Command-R) makes it work properly with JS navigation from then on.

Is there anything I'm doing wrong or that I could do to help debug this? Thanks!

Most helpful comment

Please check #1966, sounds like the same issue.

Am 03.09.2017 um 18:40 schrieb Helder S Ribeiro notifications@github.com:

While following the tutorial (Part One) to the letter, I encountered this problem:

I add the element
I save the file
The link shows up on the page with hot reloading
I click on the link
The URL does get updated
But nothing happens to the page content.
Doing a full page reload (Command-R) makes it work properly with JS navigation from then on.

Is there anything I'm doing wrong or that I could do to help debug this? Thanks!

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

All 2 comments

Please check #1966, sounds like the same issue.

Am 03.09.2017 um 18:40 schrieb Helder S Ribeiro notifications@github.com:

While following the tutorial (Part One) to the letter, I encountered this problem:

I add the element
I save the file
The link shows up on the page with hot reloading
I click on the link
The URL does get updated
But nothing happens to the page content.
Doing a full page reload (Command-R) makes it work properly with JS navigation from then on.

Is there anything I'm doing wrong or that I could do to help debug this? Thanks!

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

Was this page helpful?
0 / 5 - 0 ratings