You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2020. It is now read-only.
Hello! I appreciate this site as I am new to static generators and am looking for alternatives to use for my own project. However, I encountered a bug on the site.
Expected behaviour: When I click on "brunch" i expect to come to the "brunch" details page.
Actual behaviour: When I click on "brunch" i end up on the "jigsaw" details page.
The links redirect correctly for the first options, but somewhere along the list it becomes faulty, to what to me seems to be a "off by one" kind of error. "Jigsaw" (that the "brunch" tile links to) is the option that comes after "Brunch".
The text was updated successfully, but these errors were encountered:
taviandir
changed the title
Bug: List links to wrong framework
Bug: List tile links to wrong framework
Dec 1, 2019
Reproduced by changing sorting from default "Stars 7 days" to "Stars total" and some, not all, of the list tiles/items link to something other than what it says.
It seems to work as expected on Chrome, but I can reproduce the error on FF (70.0.1) and Edge (44.18362.449.0).
I was able to reproduce in Chrome as well, thanks for the steps. The issue is somewhere between Gatsby Link, Reach Router, and Node <= 10. Spent a while digging in but ultimately fixed by using Node 12. Thanks for opening this!
Hello! I appreciate this site as I am new to static generators and am looking for alternatives to use for my own project. However, I encountered a bug on the site.
Expected behaviour: When I click on "brunch" i expect to come to the "brunch" details page.

Actual behaviour: When I click on "brunch" i end up on the "jigsaw" details page.
The links redirect correctly for the first options, but somewhere along the list it becomes faulty, to what to me seems to be a "off by one" kind of error. "Jigsaw" (that the "brunch" tile links to) is the option that comes after "Brunch".
The text was updated successfully, but these errors were encountered: