styleguidist/react-styleguidist
Voir sur GitHubCode examples with language set to `typescript jsx` does not render the example
Open
#1 540 ouverte le 18 févr. 2020
help wanted
Métriques du dépôt
- Stars
- (11 091 stars)
- Métriques de merge PR
- (Métriques PR en attente)
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.