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

fix(gatsby-source-contentful): don't call createNode on null #37958

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

TylerBarnes
Copy link
Contributor

I introduced a small regression in #37910.
entryNode items may be null via https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-contentful/src/normalize.js#L496. This PR just checks that the entry node item exists before calling createNode on it

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Apr 19, 2023
@TylerBarnes TylerBarnes marked this pull request as ready for review April 19, 2023 00:01
@TylerBarnes TylerBarnes added this to To cherry-pick in V5 Release hotfixes via automation Apr 19, 2023
@LekoArts LekoArts added topic: source-contentful Related to Gatsby's integration with Contentful and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Apr 19, 2023
@LekoArts LekoArts changed the title fix(gatsby-source-contentful): don't call createNode on null fix(gatsby-source-contentful): don't call createNode on null Apr 19, 2023
@LekoArts LekoArts merged commit da9a8f5 into master Apr 19, 2023
30 of 32 checks passed
@LekoArts LekoArts deleted the fix/contentful-null branch April 19, 2023 06:54
LekoArts pushed a commit that referenced this pull request Apr 19, 2023
@LekoArts LekoArts moved this from To cherry-pick to Backport PR opened in V5 Release hotfixes Apr 19, 2023
LekoArts pushed a commit that referenced this pull request Apr 19, 2023
) (#37960)

Co-authored-by: Tyler Barnes <tylerdbarnes@gmail.com>
@LekoArts LekoArts moved this from Backport PR opened to Published in V5 Release hotfixes Apr 19, 2023
@LekoArts
Copy link
Contributor

Successfully published:

  • gatsby-source-contentful@8.9.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: source-contentful Related to Gatsby's integration with Contentful
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants