-
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
[gatsby-transformer-remark] - version 1.7.27 breaking build #3481
Comments
Having the same issue at the moment. My build failed error: `gatsby develop -H $IP -p $PORT TypeError: Cannot read property 'parent' of undefined
(sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed (sharp:10633): GLib-CRITICAL **: g_hash_table_lookup: assertion 'hash_table != NULL' failed` |
Due to the high volume of issues, we're closing out older ones without recent activity. Please open a new issue if you need help! |
Description
Updating to 1.7.27 and above breaks my Gatsby build using
gatsby-source-contentful
Note: I have not tried this with any other source.
Environment
Gatsby version: 1.9.153
Node.js version: 8.9.1
Operating System: MacOS High Sierra
Actual result
Build failed with follow error:
Expected behavior
Successful build
Steps to reproduce
1. Update from 1.7.26 to 1.7.27
2. Use
gatsby-source-contentful
3.
gatsby develop
orgatsby build
...
The text was updated successfully, but these errors were encountered: