-
## Bug Report
**Describe the bug**
If you're on a Docz page and scroll down, then click a menu item, the new loaded screen doesn't scroll to top; it instead loads in the same position you were a…
-
## Bug Report
**Describe the bug**
npm/yarn failed to build `sharp` while installing docz@2
*A clear and concise description of what the bug is.*
**To Reproduce**
1. `npm install docz@n…
-
## Bug Report
**Given the following basic component code**
```
// @flow
import React from 'react'
import { css } from '@emotion/core'
const base = css`
color: red;
`
export const Butt…
-
We have a component that uses the className `tag`. This is causing conflicts with elements with className of tag used in the Playground.
A potential solution would be to prepend all docz CSS classe…
-
## Bug Report
Get error when build Docz v1.0.0-rc.8 (all v1 same error).
```
...
...
...
src/ast.ts, src/codesandbox.ts, src/format.ts, src/fs.ts, src/index.ts, src/imports.ts, src/jsx.ts, src…
-
## Question
**Description**
I would like to use docz for its support for MDX. I have written my own highlighting component like [here](https://mdxjs.com/guides/syntax-highlighting#build-a-codebloc…
-
## Question
When I run yarn docz dev, I get this error:
> ERROR #98123 WEBPACK
>
> Generating SSR bundle failed
>
> Can't resolve '/components/C1'...
>
> File: ../src/components/C2/index…
-
## Bug Report
`yarn docz:dev` fails to start with the errors:
* `UNHANDLED REJECTION Callback must be a function`
* ` Error: TypeError [ERR_INVALID_CALLBACK]: Callback must be a function`
**T…
-
## Bug Report
I'm upgrading from v0.12, and I've encountered an issue in v1.1.0 and v1.2.0.
The command compiles fine, but at runtime, I get this error:
```
Element type is invalid: expected…
-
Is it possible to add front matter to mdx files programmatically as part of the build step?
I'm building the `menu` in doczrc and I'd basically like to specify the corresponding `menu` front matter…