-
## Description
I'm getting the Warning `Query takes too long` on very small queries, for example:
```
export const pageQuery = graphql`
query impressumPageQuery {
markdownRemark(frontma…
-
# Update 03/19/19
We have started a Roadmap/Feature requests page thanks to the awesome folks at Canny.io. Have a go at it on our WIP v2: https://v2.docusaurus.io/feedback/
---
These are some…
-
# 🙋 feature request
Type definitions for this package, whether they'd be included in the package or in @types/parcel.
## 🤔 Expected Behavior
Import types from `@types/parcel` :
```
import P…
-
Because this package is ESM only now and doesn't pre-compile, it complete breaks all unit testing since most (if not all) of them are unable to import ESM files.
```
Jest encountered an unexpe…
-
Given a function `createCodeSnippetComponent` that transforms a snippet of source code into a JavaScript function representing a React component that renders that code, how and where would I hook into…
-
### Subject of the issue
When combined with [`@babel/plugin-transform-react-inline-elements`](https://babeljs.io/docs/en/babel-plugin-transform-react-inline-elements), MDX often not picking up the …
-
This is a cool project, but it is unclear to me how to handle a few use cases. We use [react-markdown](https://github.com/rexxars/react-markdown) currently, and moving to MDX with Next would be ideal,…
-
Hi, I have this config on my webpack:
```
resolve: {
modules: [
'.',
'..',
__dirname,
__dirname + '/js',
'node_modules'
]
}
```
…
-
Hello,
Is there any solutions to translate long texts with i18next?
For example, I want to translate Terms of service and Privacy policy on my website. It is unconvinient to store large texts i…
-
## Description
After updating Gatsby from 2.17.7 to 2.18.4, running any kind of gatsby command causes an error. There is literally no context though.
```
> gatsby clean
The above error occur…