Jerome Dahdah

Results 22 comments of Jerome Dahdah

Has anyone figured out a working implementation of this feature yet, by any chance?

If I understand this correctly, fixing this would be a prerequisite to making this plugin compatible with Gatsby v3?

The issue is caused by references to other objects not being explicitly defined as links. Example: ``` schemas: { jobs: `[job]`, job: ` title: String! absolute_url: String! `, } ```...

I just found a solution for this. You can provide a [custom schema](https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/#createSchemaCustomization) in `gatsby-node.js` that sets up the GraphQL nodes regardless of whether the feed has items or not....

Figured it out based on [this example](https://github.com/Redocly/developer-portal-starter/pull/142). For anyone else who needs this: You can override the global `` wrapper component by creating `_override/App.tsx`, then doing something like this: ```tsx...

+1. I would love to be able to use [gatsby-plugin-react-svg](https://www.gatsbyjs.com/plugins/gatsby-plugin-react-svg/) to inline SVGs (e.g., for dark mode). I also need to be able to hook into `onRouteUpdate` in `gatsby-browser.js`.

@RomanHotsiy Thank you for acknowledging this issue. I'm looking forward to learning about your roadmap.

@RomanHotsiy Thank you for your thoughts on this. Implementing CSS variables is certainly a good first step for a better developer experience. I don't see how they would solve the...

@RomanHotsiy Ah, that sounds more like it, thank you for clarifying.