Skip to content

Instantly share code, notes, and snippets.

@sarahbethfederman
Last active January 11, 2019 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sarahbethfederman/d5a9791d75dc9e241ec070941ee26ae2 to your computer and use it in GitHub Desktop.
Save sarahbethfederman/d5a9791d75dc9e241ec070941ee26ae2 to your computer and use it in GitHub Desktop.
Except from internal project readme

Known issues (to follow up on)

Sometimes after changing content in contentful you may get a TypeError: Cannot read property 'internal' of undefined error. The only fix I've found for this is to unpublish all contentful component pages, and republish them ~4 at a time, building each time. Relevant issue here: contentful/rich-text#53 gatsbyjs/gatsby#6949

Embedded entries don't resolve when using gatsby develop: contentful/rich-text#46 gatsbyjs/gatsby#10592 gatsbyjs/gatsby#9821

Nested embedded entries are not resolving even when using gatsby build gatsbyjs/gatsby#10592 (comment) (EDIT: this seems to fixed, keeping here for reference)

When updating gatsby, some entries do not resolve. Don't update gatsby until this issue is fixed: gatsbyjs/gatsby#10592 (comment)

When using gatsby build, the CSS is not output correctly. Seems that extra CSS from large scale components is being brought in. This is due to the webpack plugin importing require()'ed css even when the code isn't run (in react-spectrum Provider component). gatsbyjs/gatsby#9911 gatsbyjs/gatsby#10706

Some images are not at 2x currently. Need to spend time looking at gatsby-image and contentful image API and our ResponsiveImage component. Issue here: gatsbyjs/gatsby#10987

Other relevant issues: contentful/rich-text#54 gatsbyjs/gatsby#10403 gatsbyjs/gatsby#4610

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment