-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
BREAKING(gatsby-transformer-yaml): Prefix id
and only use createNodeId
#28943
BREAKING(gatsby-transformer-yaml): Prefix id
and only use createNodeId
#28943
Conversation
id
and only use createNodeId
Hi, thanks for the PR! Looking at the snapshots the prefix didn't work here. Please see #28942 (comment) for further details on how I'd see both changes. |
to match ids getting replaced with yaml_id
I'm also experiencing this issue. Any workarounds until a PR can be merged? Anything I can pass into |
Solved it by adding the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you and sorry for the long wait on this! This will be released alongside Gatsby 4 (when we publish all packages as new major anyways)
…eId (gatsbyjs#28943) Co-authored-by: LekoArts <lekoarts@gmail.com>
…eId (#28943) Co-authored-by: LekoArts <lekoarts@gmail.com>
Description
This pull request is a proposed solution to issue:#28846
Creates the key publicId on the object if the key id is present before the object is transformed
Fixes #28846