styleguidist/react-styleguidist
Vedi su GitHubCode examples with language set to `typescript jsx` does not render the example
Open
#1540 aperta il 18 feb 2020
help wanted
Metriche repository
- Star
- (11.091 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.