styleguidist/react-styleguidist
Ver no GitHubCode examples with language set to `typescript jsx` does not render the example
Open
#1.540 aberto em 18 de fev. de 2020
help wanted
Métricas do repositório
- Stars
- (11.091 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
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.