laradevitt
laradevitt
@stewest Yes, but I think that might require more substantial changes to the plugin, and I'm not sure it is being maintained anymore. There is another source plugin that is...
@brandonmp Are there any plans to cut a new release? I would love to use this source plugin in a theme but have been holding off due to the above.
Submitted a pull request to update google-spreadsheet package: https://github.com/brandonmp/gatsby-source-google-sheets/pull/27
Posting this 'Event' example in case it helps anyone: https://gist.github.com/laradevitt/54e9125a086c80d8178bc5cdcc77c25c
Me, too. I just posted an issue: https://github.com/birkir/gatsby-source-graphql-universal/issues/14 A workaround is to add a resolution to your package.json.
[I have opened an issue in gatsby-source-graphql-universal](https://github.com/birkir/gatsby-source-graphql-universal/issues/14#issue-594689958). The problem is not with this project. It might be more helpful to the maintainer if we post our reports over there. Not...
Also ran into this problem. Confirming either rolling back to 3.4.1-alpha.0 or using [above-mentioned workaround](https://github.com/birkir/gatsby-source-prismic-graphql/issues/162#issuecomment-600641723) in gatsby-node.js resolves the error for now. Thanks!
I'm seeing this, too. Both formats are loaded even though not needed.
After encountering this problem I switched to using Fontsource across all of my projects. [Self-host Google Fonts with Fontsource](https://www.gatsbyjs.com/docs/how-to/styling/using-web-fonts/#self-host-google-fonts-with-fontsource) (Gatsby docs)
Thank you, @geerlingguy ! I would also like to know.