styleguidist/react-styleguidist
Auf GitHub ansehenCode examples with language set to `typescript jsx` does not render the example
Open
#1.540 geöffnet am 18. Feb. 2020
help wanted
Repository-Metriken
- Stars
- (11.091 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.