Trevor Blades
Trevor Blades
Awesome, thanks for this PR @LauraBeatris! I like the motivation for this and I'll take some time to review it and leave some feedback later.
Thanks for the PR @LauraBeatris! Sorry it took so long for me to have a look at this. How do you feel about just exporting the types as named exports...
This API doesn't currently support GraphQL subscriptions, and there's no plan for any. What do you need to connect via websockets for?
In a React component, you'd probably want to use the `emoji` field instead of `emojiU`. Any reason why you need to use `emojiU`?
You should be able to render the emoji in React the same as you would any string. ```jsx {country.emoji} ```
What OS and browser are you using? Some fonts, like Microsoft's default font, Segoe UI don't support flag emojis. More info in this stackoverflow post: https://stackoverflow.com/a/54520964
I can't add a link to https://apollographql.com/docs because of this issue
After some more digging, I realized that this line is likely the culprit: https://github.com/jxnblk/mdx-deck/blob/master/packages/gatsby-plugin/gatsby-node.js#L65 In version 4, the `deck.mdx` file gets sent to `createPage` as a `component` option, so Gatsby...
This is kinda janky, but I've got a temporary solution for writing code blocks using the `graphql` tagged template literal, like this one: ```jsx import {graphql, useStaticQuery} from 'gatsby'; function...
@AnthonyMDev yeah, we can remove renovate entirely at this point 👍