styleguidist/react-styleguidist

Code examples with language set to `typescript jsx` does not render the example

Open

#1.540 aberto em 18 de fev. de 2020

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)TypeScript (1.416 forks)github user discovery
help wanted

Métricas do repositório

Stars
 (11.091 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador