Skip to content
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

The Starter Library category page is not displayed. #21867

Closed
kawamataryo opened this issue Feb 29, 2020 · 3 comments · Fixed by #21876
Closed

The Starter Library category page is not displayed. #21867

kawamataryo opened this issue Feb 29, 2020 · 3 comments · Fixed by #21876
Labels
type: bug An issue or pull request relating to a bug in Gatsby

Comments

@kawamataryo
Copy link
Contributor

Description

The Starter Library category page is not displayed.

Mar-01-2020 06-18-08 (1)

Steps to reproduce

  1. See Starters page
    https://www.gatsbyjs.org/starters?v=2

  2. Click on any category list
    (ex
    https://www.gatsbyjs.org/starters?c=CMS%3AContentful&v=2

Expected result

Displayed category page.

Actual result

Displayed white page, and show this errors in console.

react-dom.production.min.js:4684 TypeError: Cannot read property 'tags' of undefined
    at filtered-starters.js:280
    at Array.filter (<anonymous>)
    at filtered-starters.js:279
    at n.render (filtered-starters.js:93)
    at qi (react-dom.production.min.js:4289)
    at Ki (react-dom.production.min.js:4280)
    at So (react-dom.production.min.js:6722)
    at hu (react-dom.production.min.js:5696)
    at pu (react-dom.production.min.js:5685)
    at au (react-dom.production.min.js:5441)

Environment

Mac OS Catalina 10.15.3

Checked browser.

  • Safari 13.05
  • Chrome 80.0.3987.122
@kawamataryo kawamataryo added type: bug An issue or pull request relating to a bug in Gatsby type: documentation An issue or pull request for improving or updating Gatsby's documentation labels Feb 29, 2020
@LesleyLai
Copy link
Contributor

LesleyLai commented Feb 29, 2020

Same issue with showcases. Some search find #21792 potentially causes the problem.

@Vincent440
Copy link

Vincent440 commented Feb 29, 2020

Showcase page does not display after clicking any items in the search pane. This is the error I am getting

16:52:39.083 ReferenceError: "edge is not defined"
    a filtered-showcase.js:29
    render filtered-showcase.js:23
    React 7
    unstable_runWithPriority scheduler.production.min.js:274
    React 19
    UxWs production-app.js:154
    setTimeout handler*MMVs/e.exports</< ready.js:32
    UxWs production-app.js:153
react-dom.production.min.js:4684:12
    React 5
    unstable_runWithPriority scheduler.production.min.js:274
    React 4
    unstable_runWithPriority scheduler.production.min.js:274
    React 19
    UxWs production-app.js:154
    (Async: setTimeout handler)
    exports ready.js:32
    UxWs production-app.js:153
16:52:39.084 ReferenceError: edge is not defined filtered-showcase.js:29:30
    a filtered-showcase.js:29
    reduce self-hosted:303
    render filtered-showcase.js:23
    React 6
    au self-hosted:920
    ql React
    unstable_runWithPriority scheduler.production.min.js:274
    React 5
    _n self-hosted:977
    React 14
    UxWs production-app.js:154
    (Async: setTimeout handler)
    exports ready.js:32
    UxWs production-app.js:153
16:52:39.084 ReferenceError: "edge is not defined"
    a filtered-showcase.js:29
    render filtered-showcase.js:23
    React 7
    unstable_runWithPriority scheduler.production.min.js:274
    React 19
    UxWs production-app.js:154
    setTimeout handler*MMVs/e.exports</< ready.js:32
    UxWs production-app.js:153
react-dom.production.min.js:4684:12
    React 5
    unstable_runWithPriority scheduler.production.min.js:274
    React 4
    unstable_runWithPriority scheduler.production.min.js:274
    React 19
    UxWs production-app.js:154
    (Async: setTimeout handler)
    exports ready.js:32
    UxWs production-app.js:153

@kawamataryo
Copy link
Contributor Author

I sent a pull request #21876.

@kawamataryo kawamataryo removed the type: documentation An issue or pull request for improving or updating Gatsby's documentation label Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug An issue or pull request relating to a bug in Gatsby
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants