When I try to run docz for the first time (the only thing I did was yarn add -D docz), it compiles but then throw this error:
Then, after I think "this is not zero-config", I install the webpack-hot-client and try to run docz again typing yarn docz dev in my terminal and it throws me this:
Bug Report
When I try to run docz for the first time (the only thing I did was
yarn add -D docz
), it compiles but then throw this error:Then, after I think "this is not zero-config", I install the
webpack-hot-client
and try to run docz again typingyarn docz dev
in my terminal and it throws me this:My
index.mdx
file looks like this:I don't know if I'm missing something and this is my fault but it happens in my both laptops
To Reproduce
yarn add -D docz
in the terminal in the project folderindex.mdx
file with the code pasted aboveyarn docz dev
Enviroment
Additional context/Screenshots my
package.json
: