wkocjan / gatsby-theme-intro

Personal branding theme for developers
https://weeby.studio/intro/
MIT License
336 stars 157 forks source link

Error with Gatsby v3.0? #23

Closed TamimiGitHub closed 3 years ago

TamimiGitHub commented 3 years ago

When building my site using Gatsby v3.0 and this theme I get the following error

Missing onError handler for invocation 'building-schema', error was 'Enum "ImageFormat" cannot
represent value: "auto"'. Stacktrace was 'GraphQLError: Enum "ImageFormat" cannot represent value:
"auto"

Could this perhaps be due to the new image rendering functionality in Gatsby 3.0?

wkocjan commented 3 years ago

Hi,

Yes, the theme isn't compatible with v3 yet. I don't have a working solution right now, but eventually, I plan to upgrade the theme for v3.

wkocjan commented 3 years ago

Just released the v2 version of the theme that is now compatible with Gatsby 3.

TamimiGitHub commented 3 years ago

Thanks for the update ! Will test it out and submit PR or open an issue should there be any bugs or issues I find along the way. Thank you for the quick turn around time!