styleguidist/react-styleguidist
View on GitHubCode examples with language set to `typescript jsx` does not render the example
Open
#1,540 opened on Feb 18, 2020
help wanted
Repository metrics
- Stars
- (11,091 stars)
- PR merge metrics
- (PR metrics pending)
Description
Current behavior
The code that uses typescript jsx (this is what WebStorm requires to render TypeScript with JSX),
```typescript jsx
doesn't render the example. It only renders the static code block.
Expected behavior
It should render the example.