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
According to this code www/src/pages/index.js and this code www/src/views/starter-library/starter-list.js and from my previous browsing history, the starters list is sorted by stars on initial load. Right now the starters list doesn't seem to respect that sort parameter.
Possibly bug introduced post this PR getting merged - #21792. Using a commit before this PR merge seems to work as expected.
We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here.
If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open!
As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing!
Thanks for being a part of the Gatsby community! 💪💜
Description
According to this code www/src/pages/index.js and this code www/src/views/starter-library/starter-list.js and from my previous browsing history, the starters list is sorted by stars on initial load. Right now the starters list doesn't seem to respect that sort parameter.
Possibly bug introduced post this PR getting merged - #21792. Using a commit before this PR merge seems to work as expected.
Steps to reproduce
Visit https://www.gatsbyjs.org/starters?v=2 and look at the results and default sort parameter used.
Expected result
The expected result is that starters should be sorted based on stars.
Actual result
Actual result is that starters are sorted based on recent additions to starters.yml.
The text was updated successfully, but these errors were encountered: