-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'tokenizePlaceholders' of undefined #467
Comments
The same happens to me when using Redoc as a React component |
Also hit this, for me it's being triggered by a markdown code block( either 4-space indent or Full backtrace:
versions:
|
Installing [email protected] manually fixed the issue in my case. |
Seems to be caused by PrismJS/prism#1400. |
Manually installed prismjs at working version. (Redocly/redoc#467)
+1 |
This issue also affects the minified |
^ just hit with the same issue on 1.22 as @PerfectPixel |
@RomanGotsiy
The same issue in [email protected] when I use x-code-samples x-code-samples:
- lang: 'JavaScript'
source: new PetStore.v1.Pet(); |
Should be fixed in |
I'm using
redoc-cli
0.3.5 to build HTML pages from OpenAPI 2.0 specs. For one particular spec i'm experiencing trouble related to markdown parsing. The spec is public and the problem can be reproduced easily with node 8.11.1 and NPM 5.6.0.The good people at markedjs did take a look and send me to you markedjs/marked#1234
The text was updated successfully, but these errors were encountered: