-
**Describe the bug**
```
boundActionCreators is deprecated. Please use actions instead. For migration instructions, see https://gatsby.dev/boundActionCreators
Check the following files:
⠀
gatsb…
-
Since JavaScript dependency management is straight from hell this page has some outdated dependencies. When I tried to bump them to something reasonable I encountered the most ridiculous amount of err…
-
Steps to reproduce:
1. Create new starter site
> Instructions taken from here: https://github.com/slorber/gatsby-plugin-react-native-web#manual-setup
```
gatsby new [project-name]
cd [projec…
-
### Describe the bug
Hi team, here's s small reproduction repo using the following:
- Node `v18.0.0`
- `@storybook/mdx2-csf`
- `previewMdx2: true`
- ` builder: '@storybook/builder-webpack5…
-
All themes have a `basePath` option that allows adding prepending paths with `basePath`. This does not work for internal links in MDX files.
Check if Gatsby's [path prefix](https://www.gatsbyjs.com…
-
I'm running into this error with gatsby-theme-i18n:
This seems to be related to hot reloading because when I delete the cache and run it for the first time I see translated pages as expected. T…
-
With _developer_ guidance on consuming the components. For example, with prop types tables.
See: https://barnardos.facebook.com/groups/design.system/permalink/1248466018624585/
-
Hi, Thanks for the starter kit, it works smoothly.
Recently I met a problem that all the docs in blog file come into the my docs page. So I tried to add the `src` field in `.doczrc`, but I got the…
-
# multiple MDXs in a single file
The wider ecosystem seems to have a need for multiple MDX components sourced from a single file. Consider the following examples.
### mdx-deck
[mdx-deck](http…
-
I'm trying to embed a GitHub gist into a page, and I can't seem to get it to render. Tried using the `script` tag that it gives me and it's not working out (and the `iframe` isn't exactly pretty, but …