Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Bug: List tile links to wrong framework #657

Closed
taviandir opened this issue Dec 1, 2019 · 4 comments
Closed

Bug: List tile links to wrong framework #657

taviandir opened this issue Dec 1, 2019 · 4 comments

Comments

@taviandir
Copy link

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.
image

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".

@taviandir taviandir changed the title Bug: List links to wrong framework Bug: List tile links to wrong framework Dec 1, 2019
@erquhart
Copy link
Contributor

erquhart commented Dec 1, 2019

Can you provide steps to reproduce?

Sent with GitHawk

@taviandir
Copy link
Author

Ah, yes sorry I forgot that part. :)

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).

@erquhart
Copy link
Contributor

erquhart commented Dec 3, 2019

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!

@erquhart erquhart closed this as completed Dec 3, 2019
@taviandir
Copy link
Author

No problem, happy to help! :) Glad you solved it!

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

No branches or pull requests

2 participants