-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Open
Labels
status: triage neededIssue or pull request that need to be triaged and assigned to a reviewerIssue or pull request that need to be triaged and assigned to a reviewertype: bugAn issue or pull request relating to a bug in GatsbyAn issue or pull request relating to a bug in Gatsby
Description
Preliminary Checks
- This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- This issue is not a question, feature request, RFC, or anything other than a bug report directly related to Gatsby. Please post those things in GitHub Discussions: https://github.com/gatsbyjs/gatsby/discussions
Description
After upgrading to gatsby 5.16.0 and react 19.2.4 (and removing react-server-dom-webpack override), in Head are no longer rendered, the title is localhost:8000.
Reproduction Link
https://github.com/MonstraG/gatsby-no-title
Steps to Reproduce
- run
- see title
Expected Result
title is from Head component
Actual Result
title is blank (or the url)
Environment
System:
OS: Linux 6.12 EndeavourOS
CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-12700H
Shell: 5.9 - /usr/bin/zsh
Binaries:
Node: 25.4.0 - /usr/bin/node
npm: 11.7.0 - /usr/bin/npm
Languages:
Python: 3.14.2 - /usr/bin/python
Browsers:
Firefox: 147.0.1
npmPackages:
gatsby: 5.16.0 => 5.16.0
gatsby-plugin-google-gtag: 5.16.0 => 5.16.0
gatsby-plugin-google-tagmanager: 5.16.0 => 5.16.0
gatsby-plugin-image: 3.16.0 => 3.16.0
gatsby-plugin-manifest: 5.16.0 => 5.16.0
gatsby-plugin-sharp: 5.16.0 => 5.16.0
gatsby-source-filesystem: 5.16.0 => 5.16.0
gatsby-source-graphql: 5.16.0 => 5.16.0
gatsby-transformer-remark: 6.16.0 => 6.16.0
gatsby-transformer-sharp: 5.16.0 => 5.16.0Config Flags
FAST_DEV: true
CrazyOrr
Metadata
Metadata
Assignees
Labels
status: triage neededIssue or pull request that need to be triaged and assigned to a reviewerIssue or pull request that need to be triaged and assigned to a reviewertype: bugAn issue or pull request relating to a bug in GatsbyAn issue or pull request relating to a bug in Gatsby