styleguidist/react-styleguidist
在 GitHub 查看Code examples with language set to `typescript jsx` does not render the example
Open
#1,540 创建于 2020年2月18日
help wanted
仓库指标
- Star
- (11,091 star)
- PR 合并指标
- (PR 指标待抓取)
描述
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.