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.