Reproduction of doczjs/docz#1443
First, install:
- Node 12.16.1
- npm 6.13.7
- yarn 1.22.4
The code is configured to use Docz 2.3.0 to show the bug.
$ yarn
$ yarn docs:dev
Open browser to http://localhost:3002/atoms/icon and look at the non-formatted code fence (not expected):
Update the docs/package.json to:
- docz: "2.2.0"
- gatsby-theme-docz: "2.2.0"
Now update deps and run Docz again:
$ yarn
$ yarn docs:dev
Open browser to http://localhost:3002/atoms/icon and look at the formatted code fence (expected):
Incidentally, what are these errors about? They occur in both 2.2.0 and 2.3.0.